• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

WSAD 5.1.2

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using WSAD 5.1.2 when creating new project as only getting Create J2EE 1.2 and J2EE1.3 Enterprise application project, how can i convert it to 1.4
 
author and cow tipper
Posts: 5006
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
Which WebSphere app server are you deploying to? Which J2EE 1.4 features are you interested in?

-Cameron McKenzie
 
sreejith panampilly
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, Cameron

actually I want to jdk1.5's features like StringBuilder..
 
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
>>>how can i convert it to 1.4
WSAD does not support j2ee version 1.4.

the advaced version of WSAD called RAD (or RSA) supports j2ee version 1.4
with servlet version 2.4 and jsp version 2.0
 
author & internet detective
Posts: 41774
887
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Note that the version of Java and J2EE are different things. IBM just happens to have added support at the same time recently.

WebSphere 4 - Java 1.3 - J2EE 1.2 (WSAD 4)
WebSphere 5 - Java 1.3 - J2EE 1.3 (WSAD 5)
WebSphere 6 - Java 1.4 - J2EE 1.4 (RAD 6)

I remember reading somewhere that a later version of WebSphere 6 supports Java 5, but not J2EE 5.
 
Cameron Wallace McKenzie
author and cow tipper
Posts: 5006
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
As far as J2SE 1.5 goes, indeed, we need WebSphere 7, also known as WebSphere 6.1. (Sorry for being facetious).

WebSphere 6.1 Suports J2SE 1.5 Features

Not to hijack the thread, or say anything untowards about IBM, but I'm really frustrated at the slow support for EJB 3.0. I really want to do some new EJB development, but WebSphere support is nowhere in sight. I can't even seen any EJB 3.0 technology previews out there, and I'm disappointed.

Perhaps this Geronimoe things has really thrown the IBM labs a curve ball, but I don't even hear talk about WebSphere 7. I wonder what's going on.

Okay, sorry about the editorial.

-Cameron McKenzie
 
Jeanne Boyarsky
author & internet detective
Posts: 41774
887
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jeanne Boyarsky:
I remember reading somewhere that a later version of WebSphere 6 supports Java 5, but not J2EE 5.


Now I remember where I read that - in Cameron's posts!
 
sreejith panampilly
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi guys thanks for replies..

Now i have another problem...
I am using WSAD5.1.2, I downloaded a project workspace from different machine to my machine & the project compiled with errors, errors are The method setTimeMillis(long)from the type Calander is not visible and the method split(Sting) is undefined for the type String.

when i changed the installed jre to C:\Program Files\Java\jre1.5.0_09 then
the error is changed to the type AbstractBuilder not visible,

How can i solve this..

one more question I have created a new jar file for some purpose, I am working in a Struts project, where to copy this jar in the websphere server,
is the name of the jar file added to any property file?

Thanks in advance.
 
jay roy
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
make sure you have exactly the same jre in both the systems
[ December 30, 2006: Message edited by: jay roy ]
 
Hey cool! They got a blimp! But I have a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic