Thank You
--
View this message in context:
http://camel.465427.n5.nabble.com/Apache-Camel-and-Jboss-FUSE-IDE-tp5746328p5746538.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Fuse IDE is just an Eclipse based editor. You can use it for any kind
of Java development. It just has a graphical UI for editing Camel
routes as well.
To run Java applications you can use maven to start the JVM, which you
eg can do for unit testing etc. Or use maven goals that can startup
Camel /
Thank You,
sorry about my newbie question , I still don't know what to do:
Do I need to run ActiveMQ with Camel Core and then add Maven Project with
camel and activemq project?
I will be glad to know what should I run for using Fuse IDE + Camel +
ActiveMQ
Gadi
--
View this message in context
If you use Fuse IDE, you do not need to install Eclipse and configure Maven
plugin on top of it. It's done for you. You can use either ServiceMix or
Red Hat JBoss Fuse runtime to deploy your routes. Your routes can also be
run without deploying it to an OSGI container. You can use Spring to
bootstr
Thank You
Do I need to Install both Eclipse and Maven? Do I need to use servicemix?
I found some blog about, but I am not sure its updated:
http://shoosthuizen-integration.blogspot.co.il/2011/02/beginners-guide-to-apache-camel-with_28.html
Gadi
--
View this message in context:
http://camel.
In FUSE IDE, you create a Camel project using the maven archetypes. The
archetypes are like templates that set the basic project for you. They
create a standard Maven project. So if you choose camel-archetype-activemq,
it will setup all the requisite jars (for Camel and ActiveMQ) using Maven
depend
Thank You,
Ok , Then what should I load in AcriveMQ and Camel? How do I use what I save
in Fuse IDE with ActiveMQ and Camel?
Gadi
--
View this message in context:
http://camel.465427.n5.nabble.com/Apache-Camel-and-Jboss-FUSE-IDE-tp5746328p5746330.html
Sent from the Camel - Users mailing list
Once you install Fuse IDE, you can create Camel specific projects and also
create Camel Context xml.
-Original Message-
From: gadido30 [mailto:gadid...@gmail.com]
Sent: Wednesday, January 22, 2014 11:36 AM
To: users@camel.apache.org
Subject: Apache Camel and Jboss FUSE IDE
Hi All,
I r