http://ofbiz.116.s1.nabble.com/Dev-Party-Application-tp167779p167780.html
It should be possible to use everything in OFBiz except the applications by simply removing the applications directory and perhaps the reference to it in the component-load.xml file. We would like to make it possible to use the framework independently and so have reorganized things and made changes in this direction over the years, but I'm not aware of any extensive testing having been done on it for using it this way.
The security data model only has one link to the party data model and that is the UserLogin.partyId field and the corresponding foreign key. If you comment out the relation tag to define it then it should work fine, and the partyId can be left null.
Again this hasn't been thoroughly tested, but should work fine. If you do find any dependencies as you try it please let us know (perhaps with a Jira issue submission, but even a mailing list message, preferably on the users list as this is concerned more with the use of OFBiz than development of OFBiz).
> hi list!
> I've sent one email to the list yesterday about not using the applications
> shipped with ofbiz framework and tryied to do some research on it.
> I figured out that the framework disposes a simple userlogin data model,
> in the security directory inside framework/ that is used as the base
> authentication for the framework. But further research pointed me
> that this model (and others too) is someway linked with the party
> application. I dont know about the other modules but the link in the
> user login data model is required, and very simple to change. The problem
> is: I dont know how deep is the link between the party application and the
> framework itself. I'm asking this cause I want to use the framework to develop
> my own set of application. I really liked this framework, it seems that I can
> develop stuffs much quickier, but I dont want to use the applications
> shipped with it, and I really dont know if this task is just as simples as
> remove the link between party and the framework from the datamodels inside the
> framework directory, or if the framework (CODE) is linked with this app.
>
> any one can point me some directioin on how to do this?
> best regards
>
> Carlos Barros
>
>
>
> _______________________________________________
> Dev mailing list
>
[hidden email]
>
http://lists.ofbiz.org/mailman/listinfo/dev