java - Is it possible to create dynamically pluggable GWT widgets/portlets in separate war files? -
Is it possible to create widgets / portlets in GWT which can be dynamically loaded and can be added to GWT web application Can the GWT widget remain in a separate war file?
To clarify my question: Portal compatible with JSR168 / JSR286 makes it possible to create portlets in different portals (warfiles) and to load it dynamically in the portal page. Let's say you want to do something in the GWT app. So let's say that we do not create a portal for GUI using GWT (any JSP or similar) and we want to dynamically add a "portlet" written in pure GWT. would it be possible?
I can imagine that an iframe can be used, but if this GWT widget / portlet will be a part of the GWT host "portal" application and will share it then it would be nice to have this style sheet And there are other resources.
I thought that "GWT Portlet" is nothing but a widget that you write yourself (and Maybe apply a normal interface).
For hard work, a precompiled gwt app allows one GVT component (in which case portlet in this case dynamically) without dynamically gathering it with the source (which is the question that indicates).
Comments
Post a Comment