|
||
1. Portlet JSR 168 API support with MyEclipse
Blue
|
||
2. Enabling additional JSR 168 API support for WebSphere Portal 6.0
In this section we're going to import a sample from the WebSphere
Portal 6.0 sample applications that uses the JSR 168 Portlet
Cooperative API. This example can be used as a guideline
for how to enable other additional APIs for WebSphere Portal 6.0
development. In this process you will see that at first the
JSR 168 Coop portlet code does not compile but after we make our
changes its compiles and deploys cleanly to the WebSphere Portal
6.0.
|
||
3. Conclusion
This article has showed how to modify the MyEclipse Blue JSR 168
Portlets library container to contain some WebSphere Portal 6.0
specific libraries that will be available at compile time in your
project.
These libraries are also available during runtime when deployed within the WebSphere Portal 6.0 server. This process can be generalized to add in support for any additional APIs like Struts framework as long as the appropriate libraries from your WebSphere Portal shared/app directory are added to your project's build path. |