On Sun, Mar 11, 2012 at 10:52 AM, Christian Schneider
<ch...@die-schneider.net> wrote:
> Hi Claus,
>
> I did not see it. Removed the link again. I think I will move my tutorial to
> the apache wiki as I think it is much simpler than the current osgi tutorial
> in the camel wiki.
>

That would be very much appreciated. Having better documentation at
ASF would be great.
Also Karaf and OSGi have changed a fair bit since the older tutorials,
so a new, fresh and up-to-date would be great.


> Christian
>
> Am 11.03.2012 09:19, schrieb Claus Ibsen:
>>
>> Hi
>>
>> Christian did you spot the notice in the top of the page?
>>
>> The tutorials page is for documentation that is hosted at ASF. Links for
>> 3rd party sites is located at the articles page:
>> http://camel.apache.org/articles
>>
>> Please move your links to the articles page instead.
>>
>>
>> On Sun, Mar 11, 2012 at 9:08 AM,<conflue...@apache.org>  wrote:
>>
>>>    Tutorials<https://cwiki.apache.org/confluence/display/CAMEL/Tutorials>
>>>  Page
>>> *edited* by Christian
>>> Schneider<https://cwiki.apache.org/confluence/display/~christian%2Bschneider>
>>>
>>> Changes (1)
>>>  ...
>>> {info}
>>>
>>> * [Running Apache Camel integrations in OSGi|
>>> http://www.liquid-reality.de/x/G4Bk] Make your camel projects OSGi ready
>>> and run them in Apache Karaf
>>>
>>> * [OAuth Tutorial|Tutorial-OAuth]
>>> This tutorial demonstrates how to implement OAuth for a web application
>>> with Camel's [gauth] component. The sample application of this tutorial
>>> is
>>> also online at [http://gauthcloud.appspot.com/]
>>>  ...
>>>  Full Content
>>>
>>> We have a number of tutorials as listed below. The tutorials often comes
>>> with source code which is either available in the Camel
>>> Download<https://cwiki.apache.org/confluence/display/CAMEL/Download>or
>>> attached to the wiki page.
>>> *Notice*
>>> These tutorials listed below, is hosted at Apache. We offer the
>>> Articles<https://cwiki.apache.org/confluence/display/CAMEL/Articles>page
>>> where we have a link collection for 3rd party Camel material, such as
>>>
>>> tutorials, blog posts, published articles, videos, pod casts,
>>> presentations, and so forth.
>>>
>>> If you have written a Camel related article, then we are happy to provide
>>> a link to it. You can contact the Camel
>>> Team<https://cwiki.apache.org/confluence/display/CAMEL/Team>,
>>> for example using the Mailing
>>> Lists<https://cwiki.apache.org/confluence/display/CAMEL/Mailing+Lists>,
>>>
>>> (or post a tweet with the word Apache Camel).
>>>
>>>    - Running Apache Camel integrations in
>>> OSGi<http://www.liquid-reality.de/x/G4Bk>Make your camel projects OSGi ready
>>> and run them in Apache Karaf
>>>
>>>
>>>    - OAuth
>>> Tutorial<https://cwiki.apache.org/confluence/display/CAMEL/Tutorial-OAuth>
>>>
>>>    This tutorial demonstrates how to implement OAuth for a web
>>>    application with Camel's
>>> gauth<https://cwiki.apache.org/confluence/display/CAMEL/gauth>component. The
>>> sample application of this tutorial is also online at
>>>    http://gauthcloud.appspot.com/
>>>
>>>
>>>    - Tutorial for Camel on Google App
>>> Engine<https://cwiki.apache.org/confluence/display/CAMEL/Tutorial+for+Camel+on+Google+App+Engine>
>>>
>>>    This tutorial demonstrates the usage of the Camel Components for
>>>    Google App
>>> Engine<https://cwiki.apache.org/confluence/display/CAMEL/GAE>.
>>>
>>>    The sample application of this tutorial is also online at
>>>    http://camelcloud.appspot.com/
>>>
>>>
>>>    - Tutorial on Spring Remoting with
>>> JMS<https://cwiki.apache.org/confluence/display/CAMEL/Tutorial-JmsRemoting>
>>>
>>>    This tutorial is focused on different techniques with Camel for
>>>    Client-Server communication.
>>>
>>>
>>>    - Report Incident - This tutorial introduces Camel steadily and is
>>>    based on a real life integration
>>> problem<https://cwiki.apache.org/confluence/display/CAMEL/Tutorial-Example-ReportIncident>
>>>
>>>    This is a very long tutorial beginning from the start; its for entry
>>>    level to Camel. Its based on a real life integration, showing how
>>> Camel can
>>>    be introduced in an existing solution. We do this in baby steps. The
>>>    tutorial is currently work in progress, so check it out from time to
>>> time.
>>>    The tutorial explains some of the inner building blocks Camel uses
>>> under
>>>    the covers. This is good knowledge to have when you start using Camel
>>> on a
>>>    higher abstract level where it can do wonders in a few lines of
>>> routing DSL.
>>>
>>>
>>>    - Using Camel with
>>> ServiceMix<http://servicemix.apache.org/3-beginner-using-apache-camel-inside-servicemix.html>a
>>> tutorial on using Camel inside Apache
>>>    ServiceMix<http://servicemix.apache.org/home.html>.
>>>
>>>
>>>    - Better JMS Transport for CXF Webservice using Apache
>>> Camel<https://cwiki.apache.org/confluence/display/CAMEL/Better+JMS+Transport+for+CXF+Webservice+using+Apache+Camel>Describes
>>> how to use the Camel Transport for CXF to attach a CXF Webservice
>>>    to a JMS Queue
>>>
>>>
>>>    - Tutorial how to use good old Axis 1.4 with
>>> Camel<https://cwiki.apache.org/confluence/display/CAMEL/Tutorial-AXIS-Camel>
>>>
>>>    This tutorial shows that Camel does work with the good old frameworks
>>>    such as AXIS that is/was widely used for WebService.
>>>
>>>
>>>    - Tutorial on using Camel in a Web
>>> Application<https://cwiki.apache.org/confluence/display/CAMEL/Tutorial+on+using+Camel+in+a+Web+Application>
>>>
>>>    This tutorial gives an overview of how to use Camel inside Tomcat,
>>>    Jetty or any other servlet engine
>>>
>>>
>>>    - Tutorial on Camel 1.4 for
>>> Integration<https://cwiki.apache.org/confluence/display/CAMEL/Tutorial-Business-Partners>
>>>
>>>    Another real-life scenario. The company sells widgets, with a somewhat
>>>    unique business process (their customers periodically report what
>>> they've
>>>    purchased in order to get billed). However every customer uses a
>>> different
>>>    data format and protocol. This tutorial goes through the process of
>>>    integrating (and testing!) several customers and their electronic
>>> reporting
>>>    of the widgets they've bought, along with the company's response.
>>>
>>>
>>>    - Tutorial how to build a Service Oriented Architecture using Camel
>>>
>>>    with OSGI - Updated 20/11/2009
>>>    The tutorial has been designed in two parts. The first
>>> part<https://cwiki.apache.org/confluence/display/CAMEL/tutorial-osgi-camel-part1>introduces
>>> basic concept to create a simple SOA solution using Camel and
>>>
>>>    OSGI and deploy it in a OSGI Server like Apache Felix Karaf and Spring
>>> DM
>>>    Server while the
>>> second<https://cwiki.apache.org/confluence/display/CAMEL/tutorial-osgi-camel-part2>extends
>>> the ReportIncident
>>>
>>>  tutorial<https://cwiki.apache.org/confluence/display/CAMEL/Tutorial-Example-ReportIncident>part
>>> 4 to show How we can separate the different layers (domain, service,
>>>
>>>    ...) of an application and deploy them in separate bundles. The Web
>>>    Application has also be modified in order to communicate to the OSGI
>>>    bundles.
>>>
>>>
>>>    - Several of the vendors on the Commercial Camel
>>> Offerings<https://cwiki.apache.org/confluence/display/CAMEL/Commercial+Camel+Offerings>page
>>> also offer various tutorials, webinars, examples, etc.... that may be
>>>    useful.
>>>
>>>
>>>    - Examples<https://cwiki.apache.org/confluence/display/CAMEL/Examples>
>>>
>>>    While not actual tutorials you might find working through the source
>>>    of the various
>>> Examples<https://cwiki.apache.org/confluence/display/CAMEL/Examples>useful.
>>>
>>>   Change Notification
>>> Preferences<https://cwiki.apache.org/confluence/users/viewnotifications.action>
>>> View Online<https://cwiki.apache.org/confluence/display/CAMEL/Tutorials>|
>>> View
>>>
>>> Changes<https://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=82954&revisedVersion=33&originalVersion=32>|
>>> Add
>>>
>>> Comment<https://cwiki.apache.org/confluence/display/CAMEL/Tutorials?showComments=true&showCommentArea=true#addcomment>
>>>
>>
>>
>
>
> --
> Christian Schneider
> http://www.liquid-reality.de
>
> Open Source Architect
> Talend Application Integration Division http://www.talend.com
>



-- 
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/

Reply via email to