[JBoss Tools Development] - Portlet Development is Effectively Unusable in JBoss Tools
by Robert Brown III
Robert Brown III [http://community.jboss.org/people/factor3] created the discussion
"Portlet Development is Effectively Unusable in JBoss Tools"
To view the discussion, visit: http://community.jboss.org/message/554308#554308
--------------------------------------------------------------
I am attempting to use JBoss Tools to develop portlets, and its so- called "support" for portlets does not work.
I have read the documentation and have downloaded the tools that are supposed to support portlet development. According to the documentation, in order to begin portlet development we are supposed to create a "Dynamic Web Project" and setup the project to work within a JBoss runtime.
Instead of using the default configuration for the server, we are supposed to click "Modify" and, in the Facet window we are supposed to select the checkbox for Portlet support.
Trouble is: there +is no+ "Portlet support" checkbox!
Without portlet support, any attempt to create portlets to run within a Portal server creates failures. In fact, some of the failures have been known to crash Helios.
Note that thie problem of missing Portlet support facets is not new to the latest Tools. This problem also exists in versions designed for Eclipse 3.5 installations as well.
Until this problem is fixed, your tools are completely unusable for portlet development. Note that for this reason, I will likely be using OpenPortal tools for my portlet development until someone fixes thios problem.
Are there any plans to fix this problem?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/554308#554308]
Start a new discussion in JBoss Tools Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 6 months
[JBoss Wiki Portlet Development] - Portlet Development is Effectively Unusable in JBoss Tools
by Robert Brown III
Robert Brown III [http://community.jboss.org/people/factor3] created the discussion
"Portlet Development is Effectively Unusable in JBoss Tools"
To view the discussion, visit: http://community.jboss.org/message/554307#554307
--------------------------------------------------------------
Greetings:
I am attempting to use JBoss Tools to develop portlets, and its so- called "support" for portlets does not work.
I have read the documentation and have downloaded the tools that are supposed to support portlet development. According to the documentation, in order to begin portlet development we are supposed to create a "Dynamic Web Project" and setup the project to work within a JBoss runtime.
Instead of using the default configuration for the server, we are supposed to click "Modify" and, in the Facet window we are supposed to select the checkbox for Portlet support.
Trouble is: there is no "Portlet support" checkbox!
Without portlet support, any attempt to create portlets to run within a Portal server creates failures. In fact, some of the failures have been known to crash Helios.
Note that thie problem of missing Portlet support facets is not new to the latest Tools. This problem also exists in versions designed for Eclipse 3.5 installations as well.
Until this problem is fixed, your tools are completely unusable for portlet development. Note that for this reason, I will likely be using OpenPortal tools for my portlet development until someone fixes thios problem.
Are there any plans to fix this problem?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/554307#554307]
Start a new discussion in JBoss Wiki Portlet Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 6 months
Re: [jboss-dev-forums] [JBoss Microcontainer Development POJO Server] - Implementing a non-flat deployment for Weld Integration
by Flavia Rainone
Flavia Rainone [http://community.jboss.org/people/flavia.rainone%40jboss.com] replied to the discussion
"Implementing a non-flat deployment for Weld Integration"
To view the discussion, visit: http://community.jboss.org/message/554219#554219
--------------------------------------------------------------
> Ales Justin wrote:
>
> How often is this - loadBeanDeploymentArchive - method used?
>
> Or, shouldn't the (potential) operation [Archive|Deployment]::isReachable(Archive other) be O(1),
> a simple hash lookup of pre-build reachable archives / deployments?
I was mentioning keeping only a single map of CL->Archives and bypassing the is reachable check. My argument on this is that is it really possible that Weld will request for a non reachable beanClass? If the beanClass is not reachable from the current deployment CL, the code won't run, because the CL can't load beanClass. Thus, IMHO, I don't think that it is possible that Weld will ever request for a beanClass associated with an Archive that is not visible to the current Deployment. But, as I don't know nothing about Weld implementation, I'm hoping that Pete or Ales will answer this question ;)
Having a pre-built map of reachable archives is totally a different story, i.e., more complex to implement and will incur at an extra cost to maintain (I have again to walk through the graph to be able to define which archives are visible, this time it won't be done at every loadBeanDeploymentArchive request; but it will be done for every pre-existing deployment at every new deployment, and the cost will increase according to the number of Archives we have in Default Domain).
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/554219#554219]
Start a new discussion in JBoss Microcontainer Development POJO Server at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 6 months