This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Portals and Portlets and the fly likes New on portal Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "New on portal" Watch "New on portal" New topic
Author

New on portal

PriteshDhan shah
Greenhorn

Joined: Feb 27, 2008
Posts: 1
Hi,
I am new on portal appilcation. I want to develope one application on portal. I want to know which IDE and what other software is required for that? May I get some sample portal application?

Thank in advance

Pritesh Shah
SCJP 5.0
Sajan Patel
Ranch Hand

Joined: Oct 25, 2004
Posts: 77
I have same Question. Which IDE we can use for portal Application.

If I am not wrong we need separate Server also ? is it true.
ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
You'll need a portal server (that contains portlet container) to run portlets, application server is always needed for having portal server (am I right here?).

You can choose IBM or BEA or any other vendor or open source products.

IDE: IBM RAD or IBM RSA or IBM WSAD or BEA Workshop can be used to develop portlets rapidly.

HTH.
Sajan Patel
Ranch Hand

Joined: Oct 25, 2004
Posts: 77
Can you tell me any Free IDE (not IBM and BEA) on which I can develop Portlet.
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

Who said you needed an IDE?

Here's a tutorial that shows you how to develop a portlet with nothing more than the JDK:

Developing Portlets with the JDK and Notepad as the IDE

If you can do it with notepad, then you can use any IDE you want! Why not eclipse? Or NetBeans. You just need the portal libraries, a compiler, and a jar/war utility.

You also need a portal server, but you can get one from apache.org. Download Pluto (very simple) or JetSpeed (more prime time). That's all you need to get started.

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
Jonas X. Yuan
author
Ranch Hand

Joined: May 18, 2008
Posts: 108
Suggestions

Portal: Liferay Enterprise Portal 5.0 or above;
Application Server: Tomcat 6.0 or above;
IDE: Eclispe 3.3 or above.


Books: Liferay Portal 6.1 Systems Development
 
 
subject: New on portal
 
Similar Threads
Basic steps in Portal Development
How do i create java portal application?
Consume webservice in themes
Portal 6.1.5 Certification
Call a Struts application within a portlet