cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco and ESB

aubertinp
Champ in-the-making
Champ in-the-making
hi,
I don't know if it's the right place to post but I was wondering if someone knows how to integrate Alfresco in a Entreprise Service Bus (ESB) like Jboss ESB.

I am used to work with Alfresco Web Service API and I would like to pass through my ESB in order to unify all services in my ESB server.

Does someone have any experience in that kind of project?

Any help will be usefull.
Thanks

aubertinp
4 REPLIES 4

openpj
Elite Collaborator
Elite Collaborator
I think this is the right place  :wink:
You must implement a JBoss ESB client and it must use Alfresco Web Service Client to make calls to Alfresco repository.

Hope this helps.

aubertinp
Champ in-the-making
Champ in-the-making
Can you be more specific, I am sorry I don't see clearly the architectur.
What do you mean "implement a JBoss ESB client"

Here is what I have now:
MyApp (Java with Alfresco Web Service API) -> Alfresco WS

Here is what I want:
MyApp  -> BUS -> Alfresco WS.

Thanks for your post.

openpj
Elite Collaborator
Elite Collaborator
If you would like to use ESB you must implement and deploy an ESB service on JBoss.
I think you must follow this process:
  • Implement in your app call methods to your custom ESB Service using standard ESB API via ESB client (JAR);

  • Implement and deploy your ESB Service on JBoss to call Alfresco repository via Alfresco Web Services API (Custom ESB Service);
I suggest you to read JBoss ESB documentation here:
http://www.jboss.org/jbossesb/docs/index.html

Hope this helps

azazdesai
Champ in-the-making
Champ in-the-making
I want to integrate alfresco in jboss fuse. Can any one tell me how can i integrated alfresco in jboss fuse management console.