Page 1 of 1

Eclipse Developer Guide is outdated.

Posted: Mon Jun 14, 2010 12:34 pm
by aky.iitkgp
Eclipse Developer Guide, located at http://broadleafcommerce.org/trac/wiki/ ... loperGuide , is not up to date (to v1.1). Ant target, mentioned to create/load database doesn't exist any more.

Can anybody please update it?

Thanks.

Re: Eclipse Developer Guide is outdated.

Posted: Sun Jun 27, 2010 3:51 pm
by jefffischer
I'm currently looking at this as part of the 1.1 documentation. I plan on having documentation that is updated to describe the following scenarios:

Developers - Building Broadleaf Commerce
1. Building Broadleaf from the command line
2. Building Broadleaf inside Eclipse

Developers - Building your application on top of Broadleaf
1. Creating a Maven-based project in Eclipse that utilizes Broadleaf
2. Creating a standard web project in Eclipse that utilizes Broadleaf

Re: Eclipse Developer Guide is outdated.

Posted: Fri Aug 20, 2010 12:52 am
by csh
Jeff,

Do we have an updated Eclipse users / developers guide which shows how we can configure another database and application server.

The default uses HSQL and Jetty, would like to change those to MySQL and Tomcat, for example.

Thanks,
Chetan

Re: Eclipse Developer Guide is outdated.

Posted: Fri Aug 20, 2010 10:05 am
by jefffischer
Refer to our implementer environment guide for Eclipse and WTP to give you a path for using Tomcat (or any other platform that WTP supports)

http://www.broadleafcommerce.org/conflu ... ipse+-+WTP

As for changing the database, you should be able to include your database driver in the WEB-INF/lib directory of your WTP project and edit the applicationcontext and persistence xml files. Refer to the persistence configuration documentation:

http://www.broadleafcommerce.org/conflu ... figuration