aspose file tools
The moose likes Portals and Portlets and the fly likes required tools for portlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "required tools for portlet" Watch "required tools for portlet" New topic
Author

required tools for portlet

tehika danait
Ranch Hand

Joined: Oct 13, 2009
Posts: 52
Hi ranchers
For a project of portal development, I have been assigned to develop, deploy and test a single portlet application.
so, i was thinking of what tools to use and accordingly i have decided to use some tools. but before starting to read their documentation, I need you to check if the tools are complete and compatible?
The tools I chose: Pluto(as portlet container), apache-tomcat (as a server)

thanks in advance


SCJP 6(90%), SCWCD 5(92%)
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4925

Here's a little tutorial I put together that demonstrates how to write, run and deploy a portlet using nothing more than JetSpeed and the JDK:

Portlet Development - The Most Basic Environment

So, at the bare minimum, you don't need much. Having said that, Eclipse and NetBeans have all sorts of plugins that make it much much easier than using notepad and the javac compiler.

Good luck!

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
tehika danait
Ranch Hand

Joined: Oct 13, 2009
Posts: 52
Thank you very much Cameron Wallace, the link you told me was perfect for me.
javaranch is known for its helpfulness because of great people like you.

Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4925

You mean 'despite' people like me. I'm all about self-promotion and driving book sales. It's the other altruistic people on the site that make up for my lack of character and integrity.

Kindest regards, and keep posting!

-Cameron McKenzie

Tim McGuire
Ranch Hand

Joined: Apr 30, 2003
Posts: 607

Cameron, that was an excellent tutorial. Just what I needed. I like that you used basic command line tools to demonstrate everything.
 
 
subject: required tools for portlet
 
MyEclipse, The Clear Choice