Hiho, Im in the process to evaluate the JSR 286 Portlet specification support of GWT and have some questions that you guys could maybe answer :-) The evaluation takes place in the IBM Websphere Portal portlet.
1. As someone can have several portlets put on one page, how can someone handle the namespace issues inside the same page? Using <portlet:namespace/> in the JSP is not an option as the client code (with Javscript) is generated. So how can i ensure that my javascript for each portlet has unique namings, my DIV's etc. in my portlet are name unique (e.g to avoid that one portlet can change the visibility of another portlets DIV, as they are named the same way) ? 2. How can i respect the different Phases of a JSR 286 portlet with GWT?Im totally aware that with the Asynchronous communication, the processAction-Method becomes obsolete...but how do you handle the situation, where a Portlet calls your portlet through a ActionURL ? How do you process the request and do your action? 3. How does the interportlet communication, which is specified in JSR 286 work? Im aware that there are possibilities to do it between GWT "enabled"-Portlets through AJAX but how do you communicate with a non- GWT-Portlet that DOES support JSR 286 render parameter functionality? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
