ecllipse plugin ofbiz explorer

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

ecllipse plugin ofbiz explorer

BJ Freeman
Dan:
I suggest you review the current trunk, it has changed a lot.
Look at the whats new list and go through the webtools both as localhost
and code.
The approach I use is to load ofbiz libraries and compiled jars.
I access the features in ofbiz webtools, code.
Your approach is to use the EMF framework, which is a good approach.
Mine is to use ofbiz view handlers

you approach is good for an explorer.


Daniel McAllister sent the following on 10/4/2011 2:31 AM:
> I would limit the find Service references feature in the Eclipse  plugin
> to find only those places where static code parsing can be used. There
> are mutch more feature in the plugin I want to do. Im working on a
> Service Javadoc parser. Currently I'm not aware of if there are any way
> to put standardized documentation to beanshell or other type of files.
> Maybe if there is a way then the Service javadoc parser can be extended
> to show up documentations.
>
>