Commit Graph

9 Commits

Author SHA1 Message Date
Heng Sin Low 59de85428c Migrated Server and Status client interface to equinox extension. 2010-09-21 11:38:44 +08:00
Heng Sin Low 822e567898 migrate oracle and postgresql provider to be equinox extension based. 2010-08-23 19:27:28 +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
joergviola c539b46b06 App Server support for base
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-04-28 20:52: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 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
Heng Sin Low 052a829023 * Separate the new callout extension interface from the classic callout interface. this is to avoid confusion since the methodName argument is not used here and implementation is expected to implement the start method.
* Change the getCallout method to findCallout and return a list of registered callout for a column. Callout is not a singleton service and developer can register multiple callout per column
* Make consistent with current semantic where callout is not invoke if record is processed and not always updateable.
* Make consistent with current semantic where only non empty string return from the callout instance is return to the caller as an error message string.
2010-03-09 00:27:33 +00:00
joergviola f73caa3e98 More flexible service locator interface.
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-03-08 20:27:33 +00:00
joergviola 75f9f57cbc Started approach 2 of OSGi integration:
Embed ADempiere in Equinox OSGi
* Status: Swing client can be started in Equinox - not tested much
* turned base, client and tools projects into bundles
* sorted out some glitches in resource loading
* a copy of Adempiere class in client was required to correctly fire up swing
* first ideas for the service interfaces (see base/org.adempiere.base package)

https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-01-29 10:52:35 +00:00