I am looking into the eCommerce, Order management,
etc... aspects of OFBiz for one of our applications but in order to use OFBiz, I need to do 2 things: 1) be able to deploy the whole application as a one or more webapps bundled in wars on to existing Tomcat 5 Servlet Containers. 2) be able to remove the Model 2 architecture and use applications directly from our internal templating language (written in java). My company uses it's own templating language (written in java). I can extend the language easily but need information on which ofbiz objects to 'bootstrap' and how to do that. Any recommendations on docs I might have missed or starting places in the code or apis I could use? __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
All the source and everything is there, and you can really do pretty much anything with it. If you want to re-write the entire UI layer then have at it and have fun... There is a heck of a lot there so if you're not sure how to do it I wouldn't even touch it unless you have a huge budget and are ready to spend thousands of man-hours learning about OFBiz and then re-writing it all. You can re-use everything on lower layers, but you're still looking at replacing probably 150,000 lines of various artifacts... -David On Nov 14, 2005, at 5:24 PM, Erik Earle wrote: > I am looking into the eCommerce, Order management, > etc... aspects of OFBiz for one of our applications > but in order to use OFBiz, I need to do 2 things: > > 1) be able to deploy the whole application as a one or > more webapps bundled in wars on to existing Tomcat 5 > Servlet Containers. > > 2) be able to remove the Model 2 architecture and use > applications directly from our internal templating > language (written in java). My company uses it's own > templating language (written in java). I can extend > the language easily but need information on which > ofbiz objects to 'bootstrap' and how to do that. > > Any recommendations on docs I might have missed or > starting places in the code or apis I could use? > > > > > > > > __________________________________ > Yahoo! FareChase: Search multiple travel sites in one click. > http://farechase.yahoo.com > > _______________________________________________ > Users mailing list > [hidden email] > http://lists.ofbiz.org/mailman/listinfo/users _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users smime.p7s (3K) Download Attachment |
Your answer pretains to removing the model 2 or
bundling OFBiz as a war file. --- "David E. Jones" <[hidden email]> wrote: > > All the source and everything is there, and you can > really do pretty > much anything with it. If you want to re-write the > entire UI layer > then have at it and have fun... There is a heck of a > lot there so if > you're not sure how to do it I wouldn't even touch > it unless you have > a huge budget and are ready to spend thousands of > man-hours learning > about OFBiz and then re-writing it all. You can > re-use everything on > lower layers, but you're still looking at replacing > probably 150,000 > lines of various artifacts... > > -David > > > On Nov 14, 2005, at 5:24 PM, Erik Earle wrote: > > > I am looking into the eCommerce, Order management, > > etc... aspects of OFBiz for one of our > applications > > but in order to use OFBiz, I need to do 2 things: > > > > 1) be able to deploy the whole application as a > one or > > more webapps bundled in wars on to existing Tomcat > 5 > > Servlet Containers. > > > > 2) be able to remove the Model 2 architecture and > use > > applications directly from our internal templating > > language (written in java). My company uses it's > own > > templating language (written in java). I can > extend > > the language easily but need information on which > > ofbiz objects to 'bootstrap' and how to do that. > > > > Any recommendations on docs I might have missed or > > starting places in the code or apis I could use? > > > > > > > > > > > > > > > > __________________________________ > > Yahoo! FareChase: Search multiple travel sites in > one click. > > http://farechase.yahoo.com > > > > _______________________________________________ > > Users mailing list > > [hidden email] > > http://lists.ofbiz.org/mailman/listinfo/users > > > > _______________________________________________ > Users mailing list > [hidden email] > http://lists.ofbiz.org/mailman/listinfo/users __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Free forum by Nabble | Edit this page |