Hi, I have been working on integrating the existing domain manager app. with the Geroimo ACE. All the UIs have been added and wired properly. Domain manager app. contains its user interfaces in form of pure html pages and the required functionality is achieved through a set of java script methods. But there is an issue when invoking java script methods within a portlet.(portlets are the main building blocks of Geronimo ACEs) I did some research work on this and could not achieve a reasonable progress in that.
Another alternative is to use JSPs in place of html pages. Then it is possible to make use of the existing taglibs for portlets. Then the required functionality can be achieved in a way same as a typical JEE application. Your feedback on this issue is hiighly appreciated. Thanks. best regards, / thilina On Mon, Jul 7, 2008 at 12:34 AM, Thilina Buddhika <[EMAIL PROTECTED]>wrote: > Hi, > > I have completed implementing most of the user interfaces of the Geronimo > Admin Console. Now these user interfaces are added to the Geronimo Admin > Console, which is up and running in the latest Geronimo distribution. This > ACE can be found at the sandbox area[1]. This contains user interfaces > required to list the domains and manage domains. I have added some test data > content to these pages. I am planning to add some more UIs to the ACE to > serve the expected objectives of the ACE. > > Your feedback is highly appreciated about the ACE. > > As the next step, I am focusing on adding the real functionality to the > ACE. It would be really better, we can come to an agreement on how to > implement this. > > Thank You. > > best regards, > / thilina > > > [1] - > https://svn.apache.org/repos/asf/tuscany/sandbox/thilina/geronimo_ACE > > > > -- E-Mail : [EMAIL PROTECTED] I blog here : http://thilinamb.blogspot.com
