• 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

IDE for developing portlets

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am not much knowledge about oracle portlets.
but now i have to start to develop some oracle portlets, so i want know that which IDE is used for this.Can anybody suggest which to use? and also from where should i begin. how to create project and all that.
i head about JDeveloper IDE. From where should i get these IDE's.
please send me some links.

Thanks
 
Author
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know much about Oracle portlets.

But if they are JSR 168 compliant, you may use the tools, which you normally use for Java web application development (because every JSR 168 portlet application is a standard web application).

Eclipse with wtp would be a free option, but you may choose any other.
 
Bartender
Posts: 1155
20
Mac OS X IntelliJ IDE Oracle Spring VI Editor Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've heard of an IDE called TOAD. Never developed anything in portal. TOAD. From the little I know of Oracle Portal, its based around PL-SQL / JavaScript / HTML.
[ November 26, 2005: Message edited by: Peter Rooke ]
 
Author
Posts: 531
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
there are two ide that i know are capable of developing portlet .
one is sun java studio creator 2 EA2 which is free until it releases
the other one is a very good IDE and is totally free.
just check it out at :
http://java.sun.com and you will see the link for both Creator and Studio entrprise in your right hand section.

another ide that is not free but capable of doing portal stuff is
"Rational application developer" from IBM .
http://www.ibm.com/developerworks/rational
 
Anil Sharma
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Thanks for your valuable suggestions.
i got JDeveloper for portlet development.

once again thanks a lot.
 
reply
    Bookmark Topic Watch Topic
  • New Topic