Portlet Coordination Model for 2.7I have started to write the proposal for the coordination model between the JBPC and JBP 2.7. I published the document here : http://docs.google.com/Doc?id=dhfvtj95_9f5vjjsd5. I think the next step is to try to unif...
JBoss Portlet Container 2.0 CR2 releaseI am going to release the following for the CR2 release of the JBPC: - common 1.2.Beta3 - web 1.2.Beta3 I will not update the microcontainer above Beta9 (which is the currently used version) since we don't integrate...
Thread JBoss Portlet Container 2.0 (JSR-268) support for custom por
JBoss Portlet Container 2.0 (JSR-268) support for custom porHi, Does JBoss PTL Container 2.0 support custom portlet mode? I want to implement a 'edit defaults' mode and tried to add this in the portlet.xml. However no visual control shows up in the portal. I've used @RenderM...
Simple portal & samples packagingI moved the simple portal and the samples out of the test package. The simple portal is created by the assembly plugin that packages it, for now only for JBoss AS 4.2. I need to do it for tomcat. The samples are not...
common.text package updateI worked on the common.text package in order to: 1/ introduce concept of CharWriter (similar to java.lang.CharSequence but for write operations). 2/ introduce CharEncoder which defines an interface for encoding char...
Thread Inter portlet communication between two portlets in differen
Inter portlet communication between two portlets in differenHi, I am using JBoss portal server 2.6.4. Our requirement is : I have portlet A in one page and Portlet B in the second page. Can we achieve inter portlet communication between these two portlets using event mechani...
Resource servingQuoting Julien The nice thing is that during resource serving you have access to the portlet request (since ResourceRequest extends PortletRequest) so you can read preferences of user and even the render parameters. ...
Java FX in the portlet containerApologies if this is the wrong place for this but here goes We are considering using JavaFX inside the Portal but I've run into a problem in proof of concept when I embedded a working applet using javafx format in a ...
ContentResponse propertiesAny reason why they are immutable? There's basically no way (that I found at least) to add new properties after the ContentResponse is created and it's created without properties by MimeResponseImpl.getResponse()... M...
Portlet runtime meta data extensionI would like to avoid to have to extend the Container*Info classes for its usage in 2.7, for several reasons: 1/ minimize the coupling (would not survive refactors) 2/ would require to introduce factories (so the bui...
Google summer of codeI added us in the wiki page http://labs.jboss.com/wiki/GSoC I think it is a good idea to add features for our projects. I started by adding the clipping engine that Thomas started (but won't have time to finish). Tr...
Event debuggerI worked a bit on the event controller context which is an interface for performing event coordination in the new portlet controller module. Here are the principles of event control: 1/ when a portlet window produce...
Thread Identity : no more JMX services for modules ?
Identity : no more JMX services for modules ?Hello, in 2.6.4, I noticed that the user module, role module, etc... are not anymore some JMX service. The IdentityModuleService class is not inheriting anymore from the AbstractJBossService class. see : 2.6.0 java...
Registring the Custom User PortletsI am new .I have studied the JBoss Portal and found it suitable .I have some issues and i would like to add a Custom user Portlet in the page .then please let me know how i can add/register it in the JBoss Portal
PortletRequestEncoder/PortletRequestDecoderwe need to move those classes to 2.6 where they will be reused temporarily, so we can remove them from the portlet module. the reason is that they are not adapted anymore to portlet request encoding/decoding anymore....
portlet-api jar updated in maven repoI updated portlet-api jar in JBoss maven repo (http://repository.jboss.com/maven2/javax/portlet/portlet-api/2.0/) to the latest one. Because the 2.0 version was already used in the repo, maven may not update this jar...
future directionsAfter reading a recent post on the user forum, it seems that a few subjects are touchy. Nevertheless there are a few topics that I like to ask: deployment: It is currently provided through xml descriptors, some info ...