Tutorials for Apache Camel

2011-07-25 Thread devrant devrant
Hi,

I stumbled upon Apache Camel recently, and I have been doing
research on it since. I found it to be a really high quality project.
It makes integration insanely simple, keep up the great work!

As I am using NetBeans 7.0 for development, I have written two
simple piece of articles with regards to setting up Apache Camel
project in NetBeans 7.0 in my blog.

I am wondering whether it is possible to add a link from the
Tutorials section of Apache Camel to these articles, and any other
steps I need to do to tidy up further. The articles are:

1. Using NetBeans 7.0 to create a new Apache Camel project -
http://coders-unite.blogspot.com/2011/07/using-netbeans-70-to-create-new-project.html
2. Using NetBeans 7.0 to create an Apache Camel project without Spring
dependency - 
http://coders-unite.blogspot.com/2011/07/using-netbeans-70-to-create-apache.html

Thanks.

Regards,
Christopher


Re: Tutorials for Apache Camel

2011-07-25 Thread devrant devrant
Hi Robert,

Thanks for the note. I will explore Fuse IDE. I am not religiously
aligned to any particular IDE, but I prefer NetBeans because of the
issue I once faced when trying to run 32--bit version of eclipse on
Windows Vista x64, and that was scary experience. Anyway, they have
64-bit builds now, I believe, and I figured I don't need 64-bit IDE,
so it wasn't that bad.

Anyway, I believe supporting multiple IDEs is a good idea to get
wide adoption for a particular project, which is why when I see lack
of NetBeans with Apache Camel article on Apache Camel, I jumped to
write a few articles for it.

Honestly, Apache Camel is a really impressive framework, I have
never believe that you can achieve so much with so little coding.

Thanks.

Regards,
Kok Hoor

On Tue, Jul 26, 2011 at 2:51 AM, Robert J. Liguori  wrote:
> If you like Camel, you'll love the Fuse IDE for Camel:
>
> http://fusesource.com/products/fuse-ide-camel/
>
> Since you mentioned NetBeans, it made me think of it as it's
> Eclipse-based only at this time, but I would love to see Fuse provide a
> NetBeans version of it.
>
> -- Robert
> --
> Sincerely,
> Robert J. Liguori
> STG Technologies, Inc.
>


Re: Tutorials for Apache Camel

2011-07-25 Thread devrant devrant
Hi Claus,

Thanks for the quick response. I do hope to spend more time to
write better articles for Apache Camel in the future. However, one
beauty of Apache Camel the way I see it is that, being the Integration
Framework that it is, it can be useful to spur attention to other
Open-Source projects that it communicates with (ApacheMQ, MINA, Netty,
HornetQ, etc.) and more importantly, encourage more developers to
create Java-based server as the heart of  Systems Integration. Recent
development in the Java community hasn't been too positive (complains
about Oracle as the Java steward, NodeJS being more glaring). And
hopefully Apache Camel can be one of the reason for us to rejoice and
get Java back to its shiny days.

> And have a fun ride on the Camel.

It might not be a smooth ride, but it surely will be cool and fun :D

Thanks.

Regards,
Christopher

On Tue, Jul 26, 2011 at 3:35 AM, Claus Ibsen  wrote:
> Hi Christopher
>
> This is a couple of very nice tutorials you have written.
> I have added links to them from the Camel articles page
> https://cwiki.apache.org/confluence/display/CAMEL/Articles
>
> It takes some hours for the static web site to be updated
> http://camel.apache.org/articles
>
> This is the web page where we can refer to 3rd party sites having
> Camel related information.
> And therefore the right place for your links.
>
> Keep up the good work on writing tutorials.
> And have a fun ride on the Camel.
>
>
>
> On Mon, Jul 25, 2011 at 8:20 PM, devrant devrant
>  wrote:
>> Hi,
>>
>>    I stumbled upon Apache Camel recently, and I have been doing
>> research on it since. I found it to be a really high quality project.
>> It makes integration insanely simple, keep up the great work!
>>
>>    As I am using NetBeans 7.0 for development, I have written two
>> simple piece of articles with regards to setting up Apache Camel
>> project in NetBeans 7.0 in my blog.
>>
>>    I am wondering whether it is possible to add a link from the
>> Tutorials section of Apache Camel to these articles, and any other
>> steps I need to do to tidy up further. The articles are:
>>
>> 1. Using NetBeans 7.0 to create a new Apache Camel project -
>> http://coders-unite.blogspot.com/2011/07/using-netbeans-70-to-create-new-project.html
>> 2. Using NetBeans 7.0 to create an Apache Camel project without Spring
>> dependency - 
>> http://coders-unite.blogspot.com/2011/07/using-netbeans-70-to-create-apache.html
>>
>> Thanks.
>>
>> Regards,
>>    Christopher
>>
>
>
>
> --
> Claus Ibsen
> -
> FuseSource
> Email: cib...@fusesource.com
> Web: http://fusesource.com
> Twitter: davsclaus, fusenews
> Blog: http://davsclaus.blogspot.com/
> Author of Camel in Action: http://www.manning.com/ibsen/
>


Re: Tutorials for Apache Camel

2011-08-05 Thread devrant devrant
Hi Robert,

Thanks for the info. I tried it out and am not able to find the
Quickstart Archetype anymore. Will do more research and update the
article soonest possible.

Thanks, and apologize for any inconvenienced caused.

Regards,
Kok Hoor


On Thu, Jul 28, 2011 at 6:45 AM, Robert J. Liguori  wrote:
> Christopher,
>
> I'm stepping through your tutorial (
> http://coders-unite.blogspot.com/2011/07/using-netbeans-70-to-create-apache.html)...
>
> but in step 2, my local repo does not find, "Maven Quickstart Archetype
> (1.1)"
>
> Any idea, how I can get it there?
>
> Thanks,
> Robert
>
> On Tue, 26 Jul 2011 11:09:23 +0800, devrant devrant
>  wrote:
>> Hi Claus,
>>
>>     Thanks for the quick response. I do hope to spend more time to
>> write better articles for Apache Camel in the future. However, one
>> beauty of Apache Camel the way I see it is that, being the Integration
>> Framework that it is, it can be useful to spur attention to other
>> Open-Source projects that it communicates with (ApacheMQ, MINA, Netty,
>> HornetQ, etc.) and more importantly, encourage more developers to
>> create Java-based server as the heart of  Systems Integration. Recent
>> development in the Java community hasn't been too positive (complains
>> about Oracle as the Java steward, NodeJS being more glaring). And
>> hopefully Apache Camel can be one of the reason for us to rejoice and
>> get Java back to its shiny days.
>>
>>> And have a fun ride on the Camel.
>>
>>     It might not be a smooth ride, but it surely will be cool and fun :D
>>
>> Thanks.
>>
>> Regards,
>>     Christopher
>>
>> On Tue, Jul 26, 2011 at 3:35 AM, Claus Ibsen  wrote:
>>> Hi Christopher
>>>
>>> This is a couple of very nice tutorials you have written.
>>> I have added links to them from the Camel articles page
>>> https://cwiki.apache.org/confluence/display/CAMEL/Articles
>>>
>>> It takes some hours for the static web site to be updated
>>> http://camel.apache.org/articles
>>>
>>> This is the web page where we can refer to 3rd party sites having
>>> Camel related information.
>>> And therefore the right place for your links.
>>>
>>> Keep up the good work on writing tutorials.
>>> And have a fun ride on the Camel.
>>>
>>>
>>>
>>> On Mon, Jul 25, 2011 at 8:20 PM, devrant devrant
>>>  wrote:
>>>> Hi,
>>>>
>>>>    I stumbled upon Apache Camel recently, and I have been doing
>>>> research on it since. I found it to be a really high quality project.
>>>> It makes integration insanely simple, keep up the great work!
>>>>
>>>>    As I am using NetBeans 7.0 for development, I have written two
>>>> simple piece of articles with regards to setting up Apache Camel
>>>> project in NetBeans 7.0 in my blog.
>>>>
>>>>    I am wondering whether it is possible to add a link from the
>>>> Tutorials section of Apache Camel to these articles, and any other
>>>> steps I need to do to tidy up further. The articles are:
>>>>
>>>> 1. Using NetBeans 7.0 to create a new Apache Camel project -
>>>> http://coders-unite.blogspot.com/2011/07/using-netbeans-70-to-create-new-project.html
>>>> 2. Using NetBeans 7.0 to create an Apache Camel project without Spring
>>>> dependency - 
>>>> http://coders-unite.blogspot.com/2011/07/using-netbeans-70-to-create-apache.html
>>>>
>>>> Thanks.
>>>>
>>>> Regards,
>>>>    Christopher
>>>>
>>>
>>>
>>>
>>> --
>>> Claus Ibsen
>>> -
>>> FuseSource
>>> Email: cib...@fusesource.com
>>> Web: http://fusesource.com
>>> Twitter: davsclaus, fusenews
>>> Blog: http://davsclaus.blogspot.com/
>>> Author of Camel in Action: http://www.manning.com/ibsen/
>>>
>
> --
> Sincerely,
> Robert J. Liguori
> STG Technologies, Inc.
>


Re: Tutorials for Apache Camel

2011-08-05 Thread devrant devrant
Hi Robert,

I have fixed the article accordingly and it is now created as a
blank Java Application project instead of deriving from the apache
camel quickstart archetype. You can view it here:
http://coders-unite.blogspot.com/2011/07/using-netbeans-70-to-create-apache.html

Hope it works for you and do not hesitate to let me know if there are
still issues.

Thanks.

Regards,
Christopher

On Fri, Aug 5, 2011 at 5:32 PM, devrant devrant
 wrote:
> Hi Robert,
>
>    Thanks for the info. I tried it out and am not able to find the
> Quickstart Archetype anymore. Will do more research and update the
> article soonest possible.
>
> Thanks, and apologize for any inconvenienced caused.
>
> Regards,
>    Kok Hoor
>
>
> On Thu, Jul 28, 2011 at 6:45 AM, Robert J. Liguori  wrote:
>> Christopher,
>>
>> I'm stepping through your tutorial (
>> http://coders-unite.blogspot.com/2011/07/using-netbeans-70-to-create-apache.html)...
>>
>> but in step 2, my local repo does not find, "Maven Quickstart Archetype
>> (1.1)"
>>
>> Any idea, how I can get it there?
>>
>> Thanks,
>> Robert
>>
>> On Tue, 26 Jul 2011 11:09:23 +0800, devrant devrant
>>  wrote:
>>> Hi Claus,
>>>
>>>     Thanks for the quick response. I do hope to spend more time to
>>> write better articles for Apache Camel in the future. However, one
>>> beauty of Apache Camel the way I see it is that, being the Integration
>>> Framework that it is, it can be useful to spur attention to other
>>> Open-Source projects that it communicates with (ApacheMQ, MINA, Netty,
>>> HornetQ, etc.) and more importantly, encourage more developers to
>>> create Java-based server as the heart of  Systems Integration. Recent
>>> development in the Java community hasn't been too positive (complains
>>> about Oracle as the Java steward, NodeJS being more glaring). And
>>> hopefully Apache Camel can be one of the reason for us to rejoice and
>>> get Java back to its shiny days.
>>>
>>>> And have a fun ride on the Camel.
>>>
>>>     It might not be a smooth ride, but it surely will be cool and fun :D
>>>
>>> Thanks.
>>>
>>> Regards,
>>>     Christopher
>>>
>>> On Tue, Jul 26, 2011 at 3:35 AM, Claus Ibsen  wrote:
>>>> Hi Christopher
>>>>
>>>> This is a couple of very nice tutorials you have written.
>>>> I have added links to them from the Camel articles page
>>>> https://cwiki.apache.org/confluence/display/CAMEL/Articles
>>>>
>>>> It takes some hours for the static web site to be updated
>>>> http://camel.apache.org/articles
>>>>
>>>> This is the web page where we can refer to 3rd party sites having
>>>> Camel related information.
>>>> And therefore the right place for your links.
>>>>
>>>> Keep up the good work on writing tutorials.
>>>> And have a fun ride on the Camel.
>>>>
>>>>
>>>>
>>>> On Mon, Jul 25, 2011 at 8:20 PM, devrant devrant
>>>>  wrote:
>>>>> Hi,
>>>>>
>>>>>    I stumbled upon Apache Camel recently, and I have been doing
>>>>> research on it since. I found it to be a really high quality project.
>>>>> It makes integration insanely simple, keep up the great work!
>>>>>
>>>>>    As I am using NetBeans 7.0 for development, I have written two
>>>>> simple piece of articles with regards to setting up Apache Camel
>>>>> project in NetBeans 7.0 in my blog.
>>>>>
>>>>>    I am wondering whether it is possible to add a link from the
>>>>> Tutorials section of Apache Camel to these articles, and any other
>>>>> steps I need to do to tidy up further. The articles are:
>>>>>
>>>>> 1. Using NetBeans 7.0 to create a new Apache Camel project -
>>>>> http://coders-unite.blogspot.com/2011/07/using-netbeans-70-to-create-new-project.html
>>>>> 2. Using NetBeans 7.0 to create an Apache Camel project without Spring
>>>>> dependency - 
>>>>> http://coders-unite.blogspot.com/2011/07/using-netbeans-70-to-create-apache.html
>>>>>
>>>>> Thanks.
>>>>>
>>>>> Regards,
>>>>>    Christopher
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Claus Ibsen
>>>> -
>>>> FuseSource
>>>> Email: cib...@fusesource.com
>>>> Web: http://fusesource.com
>>>> Twitter: davsclaus, fusenews
>>>> Blog: http://davsclaus.blogspot.com/
>>>> Author of Camel in Action: http://www.manning.com/ibsen/
>>>>
>>
>> --
>> Sincerely,
>> Robert J. Liguori
>> STG Technologies, Inc.
>>
>