| View: | [ 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Tutorials |
- Developing Portlets with the NetBeans Portlet Plugin by Vihang Pathak, Satya Ranjan - [Clicks: 338]
This article describes portlet development using the NetBeans Portlet Plugin.
http://java.sun.com/developer/technicalArticles/J2EE/sdk_nbportletplugin/ - Dec, 2006 - Understanding the Portlet Container 1.0 Beta Software and Deploying Portlets by Deepak Gothe - [Clicks: 42]
This article describes the Portlet Container 1.0 Beta software that ships with the Java Application Platform SDK Update 2, including the deployment and undeployment of portlets using the Portlet Container.
http://java.sun.com/developer/technicalArticles/J2EE/sdk_portletcontainer/ - Dec, 2006 - Open-Source Portal Initiative at Sun, Part 2: Portlet Repository by Jeffrey Blattman, Navaneeth Krishnan, Dean Polla, Marina Sum - [Clicks: 67]
Part 1 of this series introduces the open-source portal initiative at Sun. This segment, part 2, defines portlets and portals and discusses the Open Source Portlet Repository (Portlet Repository for short), a new java.net project dedicated to the free and open exchange of portlets. Part 2 also explains the Portlet Repository goals, scope, and content and summarizes the guidelines for contributors.
http://developers.sun.com/prodtech/portalserver/reference/techart/portlet-repository.html - Oct, 2006 - Open-Source Portal Initiative at Sun, Part 1: Overview by Atul Batra, Marina Sum - [Clicks: 33]
This article, the first in a series, describes the move's objectives, scope, and efforts. Other parts that detail the individual subprojects will follow.
http://developers.sun.com/prodtech/portalserver/reference/techart/open-src-overview.html - Oct, 2006 - Best Practices for Applying AJAX to JSR 168 Portlets by Greg Ziebold, Marina Sum - [Clicks: 172]
This article describes several helpful tips and practices on how best to exploit AJAX in portlets that comply with the Java Specification Request (JSR) 168: Portlet Specification.
http://developers.sun.com/prodtech/portalserver/reference/techart/ajax-portlets.html - Sep, 2006 - JSR - 168 -- The Portlet Specification by Enrique Lara - [Clicks: 246]
JSR 168: Portlet Specification was constructed "to enable interoperability between Portlets and Portals." This article will focus on the Portlet side of things, by showing how to create a simple Portlet and deploying that into a Portal. We will then refactor and extend the Portlet to see how some of the patterns of Servlet development might be used. Along the way we will exercise different aspects of the API available to a JSR--168 Portlet developer. It is assumed that the reader is familiar with Java, Web applications, and Maven.
http://www.ociweb.com/jnb/jnbAug2006.html - Aug, 2006 - Build and test JSR 168-compliant portlets with Apache Pluto by Kulvir Singh Bhogal, Mark Talbot - [Clicks: 548]
With Apache Pluto, Java developers have a freely available tool for testing whether their portlets comply with the JSR 168 Portlet Specification. Developers Mark Talbot and Kulvir Singh Bhogal take you on a guided tour of portlet testing. You'll install Pluto and build, compile, package, and deploy a simple portlet to Pluto to test it for JSR 168 compliance. You'll also get a hint of what's in store for the next version of the Portlet Specification.
http://www-128.ibm.com/developerworks/java/library/j-pluto/index.html - Apr, 2006 - Clustering JSR-168 Portlet Applications in Tomcat by John A. Lewis - [Clicks: 275]
In this article, I'll discuss how to use Tomcat 5.5, mod_jk 1.2, Apache 2.0, and Pluto 1.0.1 to construct a functioning Tomcat cluster that will properly replicate portlet session information.
[Includes a sample application]
http://www.theserverside.com/articles/article.tss?l=ClusteringTomcat - Mar, 2006 - What Is a Portlet, Part 2 by Sunil Patil - [Clicks: 550]
Sunil Patil continues his introduction to portlets by showing off edit mode, JSP integration, the portlet tag library and preferences API, and the Pluto server's admin GUI.
http://www.onjava.com/pub/a/onjava/2006/02/01/what-is-a-portlet-2.html - Feb, 2006 - Designing A Successful Portal Deployment by Quinton Wall - [Clicks: 278]
Portals often fall into two major categories: those that consolidate services or applications into a single point of access, and those that are focused on building a community by providing communication tools (calendars, message boards, and so on). Very often these two categories are present in each portal implementation. Going live on a portal project does not mean the completion of a project. This is especially true in the case of a community-driven site. This article intends to identify a number of best practices before and after go-live that may assist in the success of your project.
http://dev2dev.bea.com/pub/a/2005/10/portal_golive.html - Jan, 2006
- Portlet Development Workbook by Tim Hanis - [Clicks: 380]
This hands-on workbook guides you through learning how to develop portlets using the Java Standard Portlet API (JSR 168). In addition to getting practice using the basic API, you learn about the issues and challenges associated with portlet development. With this foundation, you can see how the frameworks can help you. You learn the concepts of portlet development by developing a working example. Along the way, you learn what you are doing and why so that you can truly gain an understanding of what is being accomplished and why certain approaches and decisions were chosen. Portlet code is provided for each chapter so that, if you do get stuck, you can refer to the solution for that topic area. So, immerse yourself in portlet development, and work at your own pace.
[Includes sample code]
http://www-128.ibm.com/developerworks/websphere/library/techarticles/0608_hanis/0608_hanis.html - Aug, 2006