-
1. Re: Features and plan for Wise webgui
fdg Nov 14, 2008 12:49 PM (in response to maeste)You know there is some interest from the comunity ;)
I think that should be easy to redo the old Wise GUI (wise guy?). But I have to... start! -
2. Re: Features and plan for Wise webgui
maeste Nov 14, 2008 3:56 PM (in response to maeste)
I think that should be easy to redo the old Wise GUI (wise guy?). But I have to... start!
Not bad name indeed :).
Great, implement (with GWT I guess) would be a great starting point. As said it would be a start not a final target.
Some other features would be implemented. My personal priority list is:
1. Integration with LMS
2. support to create sample code invoking a ws and/or esb configuration to wise inside esb (about smooks mapping I think some people is doing it as eclips plugin, Mark isn't it?).
3. make possible to store on db input and output object used for an invocation giving it a symbolic name. It would be very good to retry user tests and verify output.
4. Support of uddi to retrive ws
Any other ideas? -
3. Re: Features and plan for Wise webgui
fdg Nov 17, 2008 6:27 AM (in response to maeste)Also GWT-Ext may be a good choice.
I've done some experiments during this week end with this framework. The old GUI design is like a seam app and is quite different from what would be done using a UI framework like GWT or GWT-Ext. The old GUI is page oriented. A GWT application is different and more like a desktop application. -
4. Re: Features and plan for Wise webgui
maeste Nov 17, 2008 11:42 AM (in response to maeste)"fdg" wrote:
Also GWT-Ext may be a good choice.
Yep, GWT-Ext have a great look and feel and widget.
Maybe we would have problem with GPL license...anyway there are other people in JBoss.org using GWT and AFAIK GWT-Ext too who could comment about license and their experience about."fdg" wrote:
The old GUI is page oriented. A GWT application is different and more like a desktop application.
And I think it's better for the Wise webgui goals.
Thanks for the interest -
5. Re: Features and plan for Wise webgui
fdg Nov 18, 2008 8:38 AM (in response to maeste)"maeste" wrote:
"fdg" wrote:
Also GWT-Ext may be a good choice.
Maybe we would have problem with GPL license..."fdg" wrote:
Another solution is YUI, that is distributed with the BSD license. There isn't any GWT-YUI integration like with ExtJS. I think it is not difficult to do (GWT JSNI and overlay type are very helpful for the integration of JS libraries within GWT applications), but it is one more thing to do. -
6. Re: Features and plan for Wise webgui
fdg Nov 18, 2008 8:39 AM (in response to maeste)bad quoting...
-
7. Re: Features and plan for Wise webgui
fdg Nov 24, 2008 8:27 AM (in response to maeste)Any news about the licensing issues?
-
8. Re: Features and plan for Wise webgui
fdg Nov 25, 2008 4:52 AM (in response to maeste)Another solution may be smartclient. It has a GWT integration and it's LGPL.
http://www.smartclient.com/
http://www.smartclient.com/smartgwt/ -
9. Re: Features and plan for Wise webgui
marklittle Nov 25, 2008 5:45 AM (in response to maeste)Our lawyers are concerned about the licensing around GWT-Ext and the behaviour of the people behind it, so we are making an effort to migrate off it.
-
10. Re: Features and plan for Wise webgui
heiko.braun Nov 25, 2008 6:02 AM (in response to maeste)There is a related thread in the GWT developer forum:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=144567
Basically GWT-Ext is LGPL until 2.0.5 but changed version afterwards.
ExtJS until 2.0.2 if i remember correctly. If you start a new project you shouldn't be using it. We already have a number of poeple working with GWT on JBoss projects, so we better join forces and come up with a solution ourselves. The current proposal is contribution to gwt mosaic. Please refer to the thread above for further details. -
11. Re: Features and plan for Wise webgui
fdg Jan 8, 2009 6:24 PM (in response to maeste)Actually I'm working to outline the structure of the project, create basic build files to package the webapp to be deployed and to execute it in gwt hosted mode by anyone that gets the project from the repository. To do this a requirement is to have a copy of gwt installed locally. There are different version of gwt for mac, linux and windows so the right version must be downloaded and installed. Moreover the project should be configured to find the gwt directory and target the right gwt-dev-<your-computer-os>.jar. It is not possible to put this file anywere in the project because... probably it works to build the app in web mode only, but not to run it in hosted mode.
The simpliest solution to do that is to put some instructions to download gwt in the Readme file and to require a build.properties to be created locally with the right variables defined. I don't like it very mutch. Another solution may be to use maven like the jBPM Console. But I have to admit I don't know anything about it. So, to proceed I have to choice the first one, for now. -
12. Re: Features and plan for Wise webgui
maeste Jan 8, 2009 6:34 PM (in response to maeste)oki, the first solution is good for the moment.
We are planning to switch to maven the whole project at some stage https://jira.jboss.org/jira/browse/WISE-64
We are going for 1.0 release (hopefully this week end) and then we will (re)open discussion about next steps of the project which will include the webguy for sure and maybe maven too.
Thanks for the interest