I have a service that uses mfglabs, commons-aws-sqs in Scala, and dwhjames.
Those libraries were hosted on bintray, which was sunset few weeks ago.
What is the best solution to solve this?
Are there any other solutions? Or a solution that will enable me to keep use those libraries?
Thanks.
Related
Where can I find a developer guide to kibana, that explain me how the system work and all the things i need to know for developing kibana plugin?
Or if someone could publish snippets of sample plugin.
I've started cloning statusPage plugin, but I don't want to do revers engineering to understand the platform.
On the website, the is no type of developer manual.
Thank you
You can refer to the following links to learn How to develop Kibana Plugins:-
http://logz.io/blog/kibana-visualizations/
https://www.timroes.de/2015/12/02/writing-kibana-4-plugins-basics/
The official answer from 6+ months ago seems to be "don't":
We're working to develop an external API but would caution you away
from making custom changes as things still move pretty fast and
internal APIs are likely to change even in patch versions.
Also, "there are no public plugin APIs right now" (8/2015)
Hard to find any information to date. I recommend you to look at the plugin generator released some days ago:
Generator Kibana Plugin Structure
There are two plugins I found where you can have a look at the code to understand the structure. The first is the Sense plugin, the second Timelion. Timelion matches more to the structure of the generator.
Sense Github
Timelion GitHub
I suggest understanding plugin structure and code for traffic plugin (https://github.com/sbeyn/kibana-plugin-traffic-sg) which would be one of the simplest plugins to understand and you could directly add it to your installed plugin folder in kibana and see it working.
Other than that I would also suggest you do read timroes blogs (https://www.timroes.de/2015/12/02/writing-kibana-4-plugins-basics/) for developing kibana plugins
and last I would also suggest using elasticsearch discussion forum for kibana related issues as well for quicker responses:
https://discuss.elastic.co
I need to add a calendar to my website for managing events and I found this sample but it's only for Java. I tried to make a scala version of it but I get stuck at some points.
So I was wondering if there is something similar to it but for scala version.
Thanks a lot!
As #pedrofurla already said, just use it from scala. It's one of the scala's pros -- you can seamlessly use java code.
Anybody doing this? I am curious to know if anyone has implemented this in their own projects.
Basically, I have found that there is not a lot of good information out there about this. I am implementing my own LuceneContext that can be used like a Unit Of Work for a repository.
I compiled the version in svn tagged as gwt2.4rc. Now there are a
couple of more libraries than I had the last time. Are the any
instructions on which library is needed for what? I tried it with only
the standard libraries (servlet, servlet-deps, user) but I get the
following error when a requestfactory call is made:
java.lang.NoSuchMethodError:
com.google.gwt.core.client.impl.WeakMapping.setWeak(Ljava/lang/
Object;Ljava/lang/String;Ljava/lang/Object;)
I tried declaring the requestfactory-client and requestfactory-server
jars as dependencies, but i doesn't help. I am using maven to manage
my dependencies.
I would go back to 2.4 beta, but I need the drag&drop features that
were introduced later.
Does anybody has an idea what could be wrong? or any hints how i can
dig deeper into this? I spend a lot of time trying to figure this out
but without any success :(
Do I need to provide more information?
Regards,
arne
Are you sure you deployed the 2.4-rc1 gwt-servlet.jar in your war/WEB-INF/lib ? Also, make sure you override the SDK for the gwt-maven-plugin: http://mojo.codehaus.org/gwt-maven-plugin/user-guide/using-different-gwt-sdk-version.html
That being said:
when using Maven, you shouldn't use gwt-servlet-deps but instead reference org.json:json and javax.validation:validation-api
requestfactory-server can be used instead of gwt-servlet if you only use RequestFactory on the server-side (no GWT-RPC, no SafeHtml, no RegExp, etc.); requestfactory-client is to be used for Java clients (such as Android), not the case here.
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
What is the most useable VI/Vim plugin for Eclipse?
I have seen a few vi plugins for eclipse. Can anyone suggest which one is the best (not buggy, maintained easy to install...)?
Thanks,
Marko
I have found Vrapper to be the best one. It is free and does a very good job of providing the most important features of vi/Vim.
As I have checked a minute ago it is still developed.
I've found viplugin to be sufficiently powerful and robust that I've paid for it. It's not often I would say that!
I used a bunch of them and my definitely favorite is http://viableplugin.com/ . It's not free, but it actually works like real VIM. In Vrapper you can't search and replace properly, and simple commands like capital-P are subtly different.
I'm using both, viable and viplugin and i like both of them. Both are commercial plugins and both are more than just worth the 15 Eruros. Right now I prefer viplugin, as there's a lot of development going on lately (a new version is released once a week).