• 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

WAS 4.0 + Websphere Studio advanced edition

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
finally i agreed that it is better to use IBM server with IBM tools.
i have a question to ask, it is enough to use websphere studio advanced edition if i want to develop JSP, Servlet & Javabean?
seems VAJ professional edition is included in the Websphere studio package
thanks!
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, VAJ is the preferred tool for Servlets, JSP's and JavaBeans. That is because it includes the built-in WebSphere Test Environment (WTE) for testing those classes immediately without having to deploy them into a separate WebSphere instance.
I strongly suggest you go get a copy of my book if you intend on using the IBM toolset -- it explains the ins and outs of how these tools work.
On the other hand,you might want to check out the URL I gave you in a previous posting that allows you to download the new IBM toolset (IBM WebSphere Studio Application Developer, or WSAD).
Kyle
------------------
Kyle Brown,
Author of Enterprise Java (tm) Programming with IBM Websphere
 
Son Bean
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks kyle! you are so helpful, i would like to buy your books!
BTW, 1 more question, i was using VAJ for professional, but i can only create/develop Servlets and Javabean with it, i don't know how to create/develop JSPs with it but with Websphere Studio! can any1 tell me why?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic