Menu

#1 POC to migrate ZKAjax to GWT

1.0
open
nobody
2012-02-26
2011-12-31
No

This is a Proof of Concept to see how viable is to follow or otherwise implement Desktop features on the present GWT base onto OSGi branch. We are following the ZK and OSGi refactoring done by Heng Sin (to setup source, please refer to http://kenai.com/projects/hengsin/pages/Building). This is also to review the early work done on GWT here: http://adempiere.svn.sourceforge.net/viewvc/adempiere/contributions/e-Evolution/ADempiereGWT/ (You can view its setup video here http://www.youtube.com/watch?v=QIOFyjf5UyI (But with new Eclipse Indigo and Cypal 1.4.6, i have to upgrade everything and be giving you a new source in this project space))

Question 1: What it takes to migrate/upgrade the old GWT and is it worth the effort instead of doing from scratch?

Question 2: Can we migrate the features done in ZK over to GWT? For example, the right click function in Business Partner field of Sales Order.

The source code for ZK on this is:
public class WEditorPopupMenu extends Menupopup implements EventListener
in package org.adempiere.webui.editor;

GWT possible equivalent: http://www.gwtapps.com/doc/html/com.google.gwt.user.client.ui.PopupPanel.html

Discussion


Log in to post a comment.