Integrating ofbiz with Alfresco

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Integrating ofbiz with Alfresco

vignesh sabapathi
Dear ofbizers

Could anyone tried integrating ofbiz with Alfresco. ? May i know how far this is feasible. As OFBiz is not providing full fledged CMS applications we were looking into integrating ofbiz with any cms product. Also need to know which Axis version OFbiz 9.04 is using.

Thanks in advance
Reply | Threaded
Open this post in threaded view
|

Re: Integrating ofbiz with Alfresco

Deyan Tsvetanov-3
Hi Vignesh,

I've integrated ofbiz with alfresco. But I only used alfresco as a
repository for storing files and documents from my own 3rd party ofbiz
application. I haven't done any alfresco application that can be used in
ofbiz gui.

Alfresco can be integrated using web services. You can access the stored
documents via webdav. However be aware, that storing docs via webdav
might be tricky, there is a bug in the alfresco webdav implementation,
related to locking files for editing and not unlocking them after edit
is complete. I don't know if they have fixed it already :)

So - it's doable with some coding, depending on what you want to
achieve :)


Regarding axis version :

$ cd $OFBIZ_HOME
$ find ./ -name '*axis*'


./framework/service/lib/axis.jar

Open axis.jar:META_INF/MANIFEST.MF

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 1.4.2_08-b03 (Sun Microsystems Inc.)

Name: org/apache/axis
Implementation-Title: Apache Axis
Implementation-Version: 1.4 1855 April 22 2006
Implementation-Vendor: Apache Web Services


Regards,  
Deyan




On Mon, 2010-05-24 at 03:59 -0700, vignesh sabapathi wrote:
> Dear ofbizers
>
> Could anyone tried integrating ofbiz with Alfresco. ? May i know how far
> this is feasible. As OFBiz is not providing full fledged CMS applications we
> were looking into integrating ofbiz with any cms product. Also need to know
> which Axis version OFbiz 9.04 is using.
>
> Thanks in advance