• 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

Migrate WSAD 5.1 application to JDK1.5 or higher

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a J2EE application where the developing environment is WebSphere studio Application Developer 5.1 and Application Server is WebSphere 5.1.
But as WSAD5.1 only support jdk1.4 i am not able to use other Java features such as generics etc.

I want to migrate my project from WSAD5.1 to any other IDE that support JDK1.5 or higher.

I have tried RAD 7.0 with WAS 6.1 but after building the application the Enterprise beans are not running....

I also tried to use Eclips JEE IDE with WAS 6.1 but there also i was not able to generate the deployment descriptor for EJB.

Please provide me the steps to migrate my project to any other IDE.

Thanks for all the help i will get
.


 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic