Get GlassFish V2
Purchase Support Worldwide
Main | Next page »
Mar 08
11
Portlet 2.0 is now a Final Specification
  Posted by pelegri in Portal

Photo of Bridge over Yangtze

The Portlet 2.0 specification (aka. JSR 286) is now final (see vote). The Proposed Final Draft is now available and should be very close to the Final Final Spec.

Sun has support for it in the NetBeans Portal Pack (Blog Entry, Article, download), and will be in Portal Server 7.2, both based on the Open Source Portal-Container project. All these are supported on GlassFish.

And Liferay has also announced it will support Portlet 2.0 in Liferay 5.0 (Support Case)... and Liferay is also Supported on GlassFish :-)

Mar 07
27
New Article on Enterprise-class Portlet Container Project
  Posted by atul in Portal

Portlet Container Article

Following on the heels of Part 1 and Part 2 of the Portal Open Source Article Series, Deepak and Marina have put out the next one - Open-Source Portal Initiative at Sun, Part 3: Portlet Container.

The article describes the Portlet Container Project's goals, contribution guidelines, and future directions. Also summarized are the capabilities, design, and distribution of Portlet Container version 1.0. Further, this article explains how to install and deploy Portlet Container 1.0.

In general, these articles underscore how the collection of modules brewing under the Portal Project aim to foster the ubiquity of portal technology by providing components that are consumable, embeddable, and integratable in numerous environments, including portal servers and development tools.

Mar 07
22
Portlet Challenge Contest - Last Call
  Posted by atul in Portal

Portlet Challenge Contest

The Portlet Challenge Contest announced previously is now coming to a close. Deadline for submissions is EOD PST March 27th, 2007.

So if you have an interest in Portlets, or for that matter iPods (more than one is up for grabs), or better still both!, you may want to consider making a submission.

Mar 07
21
Introducing Portlet Specifications - Redux Article
  Posted by atul in Portal

Portlet Container Driver

Wesley and Marina have done a complete refresh of the popular "Introducing Java Portlet Specifications.." article. It now not only covers the Java Portlet Specification 1.0 (JSR 168), but also takes a peek at the ongoing work on the upcoming Java Portlet Specification 2.0 (JSR 286). In addition, it walks through a sample Weather Portlet tying together leverage of the Portlet Repository Project, the Portlet Container Project, and the NetBeans Portal Pack Project.

So check it out -- Introducing Java Portlet Specifications: JSR 168 and JSR 286

Feb 07
26
NetBeans Portal Pack Project packs a punch
  Posted by atul in Portal

If you tend to dabble with Portals/Portlets, and are not aware of the NetBeans Portal Pack Project, or not had a chance to take it for a spin yet, you may want to consider doing so.

NetBeans.org

The project got started a few months back and has made steady progress. It currently has plug-ins for developing JSR168 compliant Portlets, and some additional ones that allow direct deploy/undeploy to/from the Open Source Portlet Container implementation, as well as Sun's commercial grade Portal Server 7. The Portal Pack plug-ins recently got added to the NetBeans Auto-Update Center Beta as well.

Also related - if you need an easy-to-use, lightweight runtime to debug/test your portlets, you can use the Portal Pack plug-ins in conjunction with the Portlet Driver that is part of the Portlet Container Project. The Portlet Container and Driver are conveniently available via the Application Platform SDK Update 2 Release.

Feb 07
23
Portlet developer contest announced
  Posted by nav in Portal

Snapshot of Cycling Spring

The Portlet Repository project has announced a Portlet Developer Challenge - an exciting opportunity for portlet developers to win an iPod. More details can be found at the contest home page.

Also check out The Portal Post for current and up-to-date information on the Portal Project.

Dec 06
3
WSRP Milestone 1
  Posted by pelegri in Portal

SunDial Bridge at Turtle Bay

The WSRP Project (part of the Portal) is nearing their first Milestone late in December. That release plans to include support for these WSRP features: Producer, Consumer, Test Driver, Admin Portlet and MBean.

The WSRP support builds on the Portlet Container and uses the GlassFish Server. Check the Portlet Getting Started document, the Install and User Guide for WSRP, and Rajesh's and Karthik's blogs.

Nov 06
20
JAAS Portlet, the Portal Pack and Other Recent Additions to Portal Project
  Posted by pelegri in Portal

A Photo of the Golden Gate Bridge

A couple of recent additions to the Portal Project. First, Dean reports on the availability of the JAAS Portlet a new addition to the Porlet Repository (Home Page, overview article) that uses JAAS to authenticate the user against a plain text password file.

Separatedly, Satya reports on the PortalPack project, which is building support for Portlets and Portals on top of NetBeans (see Project Page).

Little by little, the portal project is becoming a useful portal project; Jeff is not an impartial observer but he likes it Better than Pluto.

Oct 06
26
Opensource Portlet Repository Article
  Posted by ripcurl in Portal

Netbeans and Portlets

Part 2 of an article on opensource portal and portlet development is available now on Sun Developer Network. The article's focus is on the new opensource repository for portlets on java.net. As the popularity and resources of opensouce portlets grows, users of portals will gain more and more benefit at a higher and higher ROI of their portal projects.

What a great idea for opensource participation. Contributing and sharing portlets which provide simple deploy-and-play functions for portal's and portal pages.

Oct 06
19
Overview of Sun's OpenSource Portal Projects
  Posted by pelegri in Portal

A diagram of a wormhole

Atul and Marina just published the first part of an Overview of the Portal Project at Java.Net. The portal project is building a complete enterprise-quality portal. It is doing so in steps, releasing components as they are rearchitected for the needs of an Open Source world where modules are intended to be reused and recombined.

The existing components in the Portal project include: a Portlet Container, a WSRP Producer and Consumer, a JSF Portlet Bridge, and a Portlet Repository (and also see the PRP Protocol).

Oct 06
15
JBoss and Sun working on the PRP protocol
  Posted by pelegri in Portal

PRP Diagram

Coopetition is alive and well in Open Source. Take for instance JBoss. JBoss is clearly Sun's competidor in the AppServer area but they use JAXB and JSF. Similar case with Portal: JBoss, Sun and Portlet Swap are working in the PRP Project to enlarge the market of portable portlets. See the PRP home page, the Invitation, and JBoss' blog

Sep 06
24
OpenSource MiddleWare Pieces Falling in Place: Portlet Container on GlassFish
  Posted by pelegri in General

Photo of Jigsaw pieces

OpenSource projects have a high degree of interconnectivity and plugability, and, bit by bit we are acheiving that across our different Middleware projects. The Portal project already includes a Portlet Container and Karthikk explains how to Deploy the Portal Container on GlassFish and then how to Deploy Portlets on that portal.

Another recent combination is Phobos and the Web Server, while OpenSSO and GlassFish is almost working and I'll report when it gets fixed.

Sep 06
22
More OpenSource: WSRP Consumer Implementation at Java.Net
  Posted by pelegri in Portal

Let's Get Going Duke

More OpenSource code.

Web Services for Remote Portlets (WSRP) defines the Web Services required so that a local portal can show the content of a Portlet that lives remotedly. This is a useful and relatively uncomplicated integration mechanism, and relies on two pieces, a consumer and a provider - check Ajit's overview of the spec (part I, part II). When the Portal project was launched, it included the Producer Code; now the Consumer Code is also available at the WSRP project. The rest of the portal will follow bit by bit.

BTW, check these related blogs on WSRP: Proxy Settings for WSRP and WSRP and User Identity Propagation.

Sep 06
19
Leveraging either Java DB or other DB with Portal Communities
  Posted by ripcurl in Portal

Java XML Duke

A new article is available on Sun Developer Network detailing how to switch between Java DB and other database implementations. The article is part of the ongoing series on portal community and collaboration features. The article is available here.

Sep 06
5
AJAX Portlet Best Practices
  Posted by ripcurl in Portal

AJAX Portlet

A new article was added to Sun Developer Network on AJAX portlet best practices. The article refers to an updated version of the sample, AJAX Portlet Invoice Viewer, and is available here.

Languages

NEWS AND EVENTS

Join us at CommunityOne
ALT DESCR

Free!

Search

Popular Tags

adoption ajax clustering community fastinfoset frontpage glassfish grizzly hudson interoperability java javaee javaone jax-rs jax-ws jaxb jboss jcp jersey jmaki jruby jsf maven metro mysql netbeans opends opensource opensso performance phobos php portal rails rest roller ruby sailfin scripting sip sun tools updatecenter v2 v3 webserver webservices weekly wsit xml

Companion Blogs

Useful Blog Entries

Friends and Relatives

Subscribe

Enter your Email

Contact Us

Send feedback and leads to theaquarium@sun.com

Downloads

Events


Adoption Stories

Related Links

Recent Entries

Latest Project News

Navigation