What's the best Apache Camel routes visual designer? [closed] - apache-camel

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
So, who could advise some good Apache Camel routes visual designer?
Would like to know also if there's some really good Apache Camel routes visualizer (saw some maven2 camel visualizer, but it produce weird results).

There is some Maven tooling to generate a visual GraphViz dot diagram
http://camel.apache.org/visualisation.html
It is not a designer, and it requires you to install GraphViz to have the graph generated.
FuseSource is working on a GUI designer for Camel, called FuseSource Rider. Its currently in works and will be GA in Q1 2011. It's entire web based which means you just need a web browser to use it. James Strachan is working on this tooling.
More information about this tooling will be posted on the FuseSource site in due time.
http://fusesource.com/
You can see a screenshot of the tooling at the Camel introduction webinar at
http://fusesource.com/resources/video-archived-webinars/

There are two enterprise-ready tools available for Apache Camel - from Talend and from JBoss (former FuseSource). I have written a blog post about this topic:
http://www.kai-waehner.de/blog/2012/11/23/enterprise-ready-tool-support-for-apache-camel/

Related

What package to use for Form + intelligent Answer website? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm new to web developing and I want to make a web where the user fill in a few info and then get an answer from the backend. The info filled in is sent to the backend; the backend then process the info and send the answer back for display.
My question is how can I do it with the simplest possible framework? LAMP and GAE both seem ok to me in the long run, but is there any simpler framework good for my needs? I have also looked into LAMP provider like bitnami, however I can't find the application I need in the list of applications. If needed, I can program in Java.
Thanks! and please let me know if I need to clarify my question. I think what I'm asking is general guidance on setting up such a simple web.
Google AppEngine will work fine for your needs. You will need to program it, and Java works on GAE. Start with Java Tutorial and then gradually add your own server side processing. Of course many other web server platforms are possible, but users of GAE generally consider it to be very capable and easy enough to use. LAMP is likely to take you longer to learn.

Choosing framework for writing into cassandra database using Java [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Hi am new to database programming, am in a project where i need to write data to noSql database currently we choosed Cassandra as our DB.
But its not final i need to come up with a framework or library service where any of application request data from DB, this library should serve it.
I choosed to use the "Hector" framework with that i can able to write to cassandra DB, but requirement is if tommorow we change database my library has to work with new database where we just store data as key-value pair.
Please help me to get solution to this problem.
Thanks.
If you decided to go with Hector, it is recommended to use DataStax Java Driver.
It is built from the very beginning to take advantage of Cassandra's new CQL native protocol. I used Hector in the past and it is too much annoying to use and code in.
DataStax Java Driver: A new face for Cassandra

Is there a good tutorial or resource available on SolrJ? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have been using SolrJ, the Java client for Apache Solr server, at my work. But it is disheartening to see that there are hardly any resources available online for it. Even the wiki on the parent site is kind of a "noob" guide !
There are few blogs like these which would get you started with SolrJ but no advanced stuff.
I would love to see if there are folks who have worked with SolrJ and could help me out by giving some pointers to valuable resources around it.
Beyond the SolrJ usage notes on the wiki I don't think there really is, although it's more than enough to get you running.
There are also the unit tests, which aren't really a "tutorial", but still useful.
Also, the general Solr documentation is helpful as well, since SolrJ is basically just a thin wrapper client.
SolrJ is not having full Documentation. But you can refer some basic example to understand SolrJ simple SolrJ Example

Good tutorials for routing a document in Sharepoint [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to know if there are good tutorials for Microsoft Sharepoint. Specifically solutions that involves routing documents for approval. Use of Microsoft Infopath for form making and Microsoft SQL Server for the database is needed. What I meant by good is that the quality that they possess is similar to the video tutorials of asp.net learn section. Any help in this matter will be great. Thanks in advance.
this is a great video on the workflow part of your question. He has other video's on InfoPath, etc but I haven't had time to watch them yet.
http://sheltonblog.com/archive/2007/11/21/how-to-video-building-a-basic-approval-workflow-with-sharepoint.aspx

Google App Engine - which tools to edit datastore locally? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to ask if there is any tools for Google App Engine to edit datastore in localhost?
In the Application Console, I can edit data on appspot, but for localhost, which tools are available?
Please advice!
There's a console on the development server too:
http://localhost:8000
https://developers.google.com/appengine/docs/python/tools/devserver#Python_The_Development_Console
[For old versions:
http://localhost:8080/_ah/admin
http://code.google.com/appengine/docs/python/tools/devserver.html#The_Development_Console
]
If you are on Java side, you should definitely try AppWrench. It provides full support for all App Engine data types as well as provides much more pretty viewing, sorting and filtering. It runs locally for free so I am enjoying using it now.
Vieweing Entities:
Viewing Entities http://appwrench.onpositive.com/static/images/productivity/viewer.jpg
Edit dialog:
alt text http://appwrench.onpositive.com/static/images/productivity/edit2.png
You can use the development console to view and edit your datastore, memcache, task queue and cron jobs at /_ah/admin/ in your local development server.
In the latest GAE versions the datastore admin is part of the development console at http://localhost:8000/
More info:
https://developers.google.com/appengine/docs/python/tools/devserver#Python_The_Development_Console

Resources