Commit Graph

17 Commits

Author SHA1 Message Date
Heng Sin Low 8524b29f66 pipo is move from /plugins/pipo to /pipo due to ant4eclipse have problem building the bundle using the /plugins/pipo layout 2010-08-20 16:08:06 +08:00
Heng Sin Low adb09d2f33 1) http://kenai.com/jira/browse/HENGSIN-6, RUN_setup.sh failure
Use the static method getLogger instead of using a static logger variable. The logger is created as needed inside the getLogger method.

2)http://kenai.com/jira/browse/HENGSIN-3, properties file wrongly created
Patch accepted.

3) http://kenai.com/jira/browse/HENGSIN-4, Cannot connect to http://localhost:8080/admin/adempiereMonitor
Always set default level for root logger in CLogMgt initialization.

4) http://kenai.com/jira/browse/HENGSIN-5, Build fails by default requiring directory lib/plugins
Modify utils_dev/build.xml to ensure the existence of the lib/plugins folder.

5) Module refactoring
* Remove client bundle dependency from the zkwebui bundle. Common UI code of the 2 bundle is moved into the new uibase bundle.
* Remove client bundle dependency from server side bundle. The swing specific jasper report code is moved into the new JasperReportsClient bundle.
* Move most swing code that is still in the base bundle into the client bundle. Many swing client specific code in Env.java (base bundle) is move into the AEnv.java (client bundle).
* Default handlers for 2Pack is moved into the new pipoHandlers bundle. All loading of 2pack handler is now done using the equinox extension mechanism.

6) Extension point
* Added process, form and modelvalidator extension point base on the existing work done by Jorg Viola in the osgi1 branch.

7) The pipo bundle is move from plugins/pipo to /pipo ( relative to the workspace ) due to ant4eclipse have problem building the bundle using the previous layout.

8) New workflow editor and rendering implementation using netbeans visual library. The implementation is shared the by swing and zk client.
2010-08-20 16:05:06 +08:00
Heng Sin Low 0b8363851a Implemented remaining packout method. 2010-08-06 17:21:04 +08:00
Heng Sin Low 65690c8704 * Refactoring - merge ElementHandler and IPackOutHandler interface.
* Refactoring - move handler registry into its own interface and classes.
* Merge pack in and packout extension point into one - org.adempiere.pipo.Handlers.
* Created 2 handler registry implementation, one back by property file and one back by osgi service registry.
2010-08-06 16:02:29 +08:00
Heng Sin Low 230fcd84f7 added packin and packout handler extension point definitions. 2010-07-27 12:57:00 +08:00
Heng Sin Low ffcbd20aaa * more robust support for ad_client_id and ad_org_id.
* fixed bug for official id and uuid support.
2010-07-27 11:58:15 +08:00
Heng Sin Low 1e4cdbf1eb remove reference of jnlp port. 2010-07-26 16:32:39 +08:00
Heng Sin Low fe50780448 *refactoring. *support for official id and uuid 2010-07-26 16:30:17 +08:00
Heng Sin Low 77dd90d40f added adempiere properties file template 2010-07-20 13:48:24 +08:00
Heng Sin Low 9e45f22001 * update pipo service to pipo2 ( work in progress, not backward compatible ). 2010-07-19 11:52:45 +08:00
joergviola 3fa24305c7 Plugin for displaying plugins.
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-03-17 19:49:56 +00:00
joergviola e92f647b61 Extension Point FormPanel
Some fixes on 2pack integration

https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-03-17 19:48:19 +00:00
joergviola 0798948086 Merged trunk 11345 to 11658 into branches/osgi/approach2 2010-03-14 14:38:00 +00:00
joergviola c33f850d6d Pipo Dictionary Service implementation (2pack)
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-03-12 18:48:33 +00:00
joergviola 72418fa47c Plugin Utility Bundle 2010-03-12 18:15:16 +00:00
joergviola 21d6e6a8a2 pipo (2pack) dictionary service implementation 2010-03-12 18:07:05 +00:00
joergviola 35233b2294 Test plugin 2010-03-11 20:42:41 +00:00