Hi
I have to integrate Compass with the Spring. First I thougth to implement the Compass using its core apis, I have also read the documentation
but i am not getting some application from where i can learn the process to implement.
Can any one provide some links to applications to learn the implementation.
Thanks
Download the 2.2.0 version. The zip file has a samples directory and there are complete examples of compass configuring with spring. I have also provided sample config and code at my wiki here
Honestly, compass is dead now. there is no support anymore. If you are starting a new project then I suggest you look at Hibernate Search or ElasticSearch (from the same guy who created compass)
Related
I'm newbie in Opendaylight. I'm trying the very first example of ODL controller application by following this tutorial:
Controller Core Functionality Tutorials
Of course it was not updated so I had to modify something for the newest version (Carbon SR3, on Ubuntu 16.04 LTS). However, when I executed the program, I couldn't find the message
HelloProvider Session Initiated
by typing
log:display | grep Hello
It means my application was not started. On the other hand, I verified features but there was only odl-hello-api by default (no restconf, dlux, etc.). I had to modified karaf/pom.xml (karaf4-parent version 3.0.2-SNAPSHOT, adding dependencies for dlux-core and dluxapps) to install these features but of course I coudln't find my application in ODL graphic application.
Anyone has the same issues? Thanks in advance.
The core tutorials project is no longer maintained. I would suggest looking at the toaster sample documented at https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Toaster_Step-By-Step. To try your own project, use the startup archetype documented at https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Startup_Project_Archetype.
Currently, My code uses Xerces-C 2.7, but due to requirement I was asked to migrate to Xerces-c 3.X. I couldn't find any official detailed document that can help me in achieving the same.I am using wrapper on the top of xerces-C 2.X that makes me more uncomfortable to port my code to use Xerces-C 3.X.With different link I was able to write the standalone code to Read and write XML using latest Xerces.(Took help : Xerces-C: Migration from v2.x to v3.x?).
Does is it right choice whether to port my code for 2.X to 3.X or write a new library?
I am not aware, if any Xerces 2.X code is compatible with stdC++11 ?If yes, Kindly Let me know the version along with the Link from where I can get the code.
Thanks in Advance
We didn't migrate the code.As a temporary way,to support C++11 feature, we build the xerces2.X with c++11 flag and was able to successfully link to the library.
I am looking for error management service for my Ruby on Rails project, Can any one suggest the best tool with lower price.
I have 5 Rails projects.
I found one tool http://www.batbugger.io/ is free in beta version, Does have any idea about that. It looks fine.
Thanks for your suggestion
I would go with https://github.com/errbit/errbit. Errbit use the same API as Airbrake, but is an open source solution. Errbit itself is a Rails webapp, and can centralize errors from multiple sources.
There is also a nice integration with GitHub (to create issues from errors) and Campfire (to get the errors directly inside the team chat room).
I am working for the Datameer plugin development and I am struck at Tutorial 3 of it. Does anybody know where do I see that Freemarker widget that I build in tutorial 3 working in Datameer UI???
I don't have the permission to create new tags and hence putting it under Hadoop. If anybody has the appropriate privileges, please create one for Datameer
Unfortunately the tutorial was for Datameer v1.4. We introduced an entirely new data visualization module in v2.0 and we are working on providing the same customizability for it in a near future release.
Sorry for the delayed response on this post. It turns out that in version 2.0+ of Datameer the visualization (now called Infographics) module has been rewritten leveraging the power of HTML5 to more intuitively visualize your data analysis.
I recommend that you take a look at the new features that 2.0 has to offer under http://www.datameer.com/learn/videos.html.
I would like to use open source tools if possible.
here are 2 links I found but haven't tried them -
http://pivots.pivotallabs.com/users/chad/blog/articles/471-continuous-integration-in-a-box-exploring-tsttcpw
http://laurentbois.com/category/continuous-integration/
Try this CruiseControl.rb
http://cruisecontrolrb.thoughtworks.com/
CruiseControl.rb is written in Ruby and designed for ruby.
Another one is Hudson, it is built in Java, but it has a plugin for ruby
https://hudson.dev.java.net/
Give Cinabox a try (I'm the author). It is intended to make this as simple as possible, and uses cruisecontrol.rb. There is a screencast and readme. If you have problems, open a ticket using the LightHouse link in the readme.
Good Luck!
There is a lightweight CI server written in Sinatra called Integrity which you might want to take a look at. I mainly used it because it supports git.
Git Reference