• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

required tools for portlet

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
tehika danait
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
Ranch Hand
Posts: 820
IntelliJ IDE VI Editor Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cameron, that was an excellent tutorial. Just what I needed. I like that you used basic command line tools to demonstrate everything.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic