"What if? Why not? Challenge the Convention! Let's do some incredible things!" More Quotes
Home
About/Contact
Twitter
Aspire/J2EE
Github
Pro Android 4
Our Android Books
Lookup Meaning
look up
more ..
Stuff I used to do
java.net Blog
At O'Reilly
Articles
Humanities
Humanities Current
Humanities 2007
Telugu related
Shells
Books
Music
Letters
Recipes
Jax Restaurants
Java
J2SE/J2EE/JSP
Portlets
Research
OSCON 2004
Download OSCON 2004 Presentation
OSCON 2003
Magazines
Dotnet
FTP
Industries
Supply Chain
Health
13-Oct-03
http://jakarta.apache.org/jetspeed/site/index.html
http://jakarta.apache.org/jetspeed/api/index.html
http://www.mail-archive.com/jetspeed-user%40jakarta.apache.org/
26-Sep-03
http://www.rollerweblogger.org/page/roller/20030405#coming_up_to_jetspeed
10-Oct-03
1-Sep-04
For discussing/working with jetspeed2
4-Oct-03
/** * Returns true if the request pertains to current portlet instance. It assumes that the portlet interested in * recognizing its own requests, has a hidden input "js_peid". For backwards compatibility, if "js_peid" was * not set, this method will return TRUE. * * @param rundata * @return boolean */
19-Aug-04
It is really difficult to figure out the url structure of a Jetspeed url. Hopefully these code samples will be of some help.
The code here demonstrate the following
1. On a given portal window put a url link that will take you back to the same portlet code 2. Uses JetspeedlinkFactory 3. Uses the object caching of jetspeedlinkfactory
20-Nov-06
Liferay is a web portal system. Liferay is JSR 168 compliant. Liferay is implemented as a java compliant web application. Liferay is typically installed as a root context in Tomcat. More popular installation packages of Liferay come with a bundled tomcat. Although that is technically true, the download instead contains a tomcat with a preinstalled Liferay as its root context. Installing Liferay involves unzipping this tomcat and starting the tomcat from the tomcat bin directory. The only real prerequisite is that there is a jdk installed and java_home set. Subsequently you can see Liferay in action by going to http://localhost:8080
Installing Liferay involves unzipping this tomcat and starting the tomcat from the tomcat bin directory. The only real prerequisite is that there is a jdk installed and java_home set. Subsequently you can see Liferay in action by going to
http://localhost:8080
The default view of this site is for users or guests that haven't logged in yet. This is the public face of the portal web site. Liferay comes with a built in test user for testing the sign in process. One can also sign up for an account. Once installed the portal can be configured using its internal portlets and themes.
The out-of-the box Liferay comes with hypersonic sql. Nevertheless it is highly advisable to use mysql as soon as possible. The main issue you will run into otherwise is that you may not find good tools to manipulate the database.
This document will cover the basic mysql installation as well and also running command line prompt for mysql and using the mysql tools for such things as creating the database etc.
28-Oct-06
How to use AspirePortlet in Liferay
http://www7b.software.ibm.com/wsdd/zones/portal/
29-Sep-03
http://www.javaworld.com/javaworld/jw-08-2003/jw-0801-portlet_p.html
Portlets are Java-based Web components, managed by a portlet container, that process requests and generate dynamic content. Portals use portlets as pluggable user interface components that provide a presentation layer to information systems. The next step, after servlets in Web application programming, portlets enable modular and user-centric Web applications. The goal of JSR (Java Specification Request) 168, the Portlet Specification, is to enable interoperability between portlets and portals. This specification defines the contract between portlet and portlet container, and a set of portlet APIs that address personalization, presentation, and security. The specification also defines how to package portlets in portlet applications. Part 1 of this two-part series describes the Portlet Specification and explains its underlying concepts. In Part 2, the authors explain the specification's reference implementation and show some portlet examples. (3,300 words; August 1, 2003)
http://www.javaworld.com/javaworld/jw-09-2003/jw-0905-portlet2_p.html
In this second and final article in Stefan Hepper and Stephan Hesmer's portlet series, the authors move beyond the Portlet API basics outlined in Part 1 to detail the API's reference implementation (RI), known as Pluto. They also offer a series of example portlets to illustrate how you can extend the API's standard functions. (1,700 words; September 5, 2003)
http://jakarta.apache.org/jetspeed/site/forwards.html
This link could help us understand the structure of jetspeed urls, in particular, various prebuilt actions.
In short the actions are
controls.Maximize - go to maximize mode for the specified portlet. controls.Minimize - go to minimize mode for the specified portlet. controls.Customize - go to customize mode for the specified portlet controls.Info - go to information mode for the specified portlet. controls.Print - go to print mode for the specified portlet. controls.Close - go to close mode for the specified portlet. controls.Restore - go to restore the specified portlet.
http://jcp.org/jsr/detail/168.jsp
Use this for knowing the good startup pattern for liferay
Reading this file gives an idea the range of technologies and facilities used by Liferay
17-Nov-06
Main tomcat invocation batch file
Study this file if you want to specialize this file for your needs. This file in turn calls catalina.bat as follows
call catalina.bat start
Which means you can do the following instead to see tomcat in the same window
call catalina.bat run
or
catalina.bat run
18-Nov-06
The following topics are covered here
liferay jsr 168 portlets apis oddities writing portlets
8-Oct-03
1. The portlet api seem to intrusive and intimately linked to portals 2. The protocols that a portlet must adhere to seem too many 3. The URI addressing scheme for portals seem to be tied to portal container
1. Will the webservices portal server solve this tight link between a portal and a portlet?
http://www.theserverside.com/resources/articles/Portlet_API/article.html
Hopefully this article will throw somelight on where portlets are headed.
22-Oct-06
Map userInfo = (Map) request.getAttribute(PortletRequest.USER_INFO); String givenName = (userInfo!=null) ? (String) userInfo.get(?user.name.given?) : ??; String lastName = (userInfo!=null) ? (String) userInfo.get(?user.name.family?) : ??; ...
14-Oct-06
A simple Hello world portlet
Samplecode: IFrame Portlet
Samplecode: JSP Portlet
Samplecode: Some portlet definitions
10-Nov-06
3-Oct-03
9-Nov-06
1. Turbine 2. ecs 3. velocity (possibly) 4. commons logging 5. jetspeed
Page Menu
Print
Sort by Date
Sort by Name
Titles
> Summaries
Global Menu
My Web Logs
My Library
My Home
Other libraries
Author Content
data format