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

EJB 3.0 in MyEclipse6.5 using Websephere application server

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone help me?
I want to develope a sample application in EJB3.0 in Myeclipse6.5 and want to deployee this application in Websephere application server6.
But I dont know how to do this.
One more thing i want to use JPA using oracle10g.



thanks
Anju
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bhupender,

I'll move this to our IBM/WebSphere forum, since this question is not related to JBoss.
 
author & internet detective
Posts: 42018
916
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 bhupender kaur:
Can anyone help me?
I want to develope a sample application in EJB3.0 in Myeclipse6.5 and want to deployee this application in Websephere application server6.
But I dont know how to do this.


You can't. WebSphere 6 supports J2EE 1.4 (EJB 2.1.) You need to use WebSphere 7.5 (beta) or a server from a different company.
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try it in JBoss.
 
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
The WAS6 server is a J2EE server. There is a 'feature pack' you can install that will allow you to deploy EJB3.0 components, but I haven't seen it used too often.

IRAD 7.5 is out in beta, and it comes with a WebSphere 7.0 test environment, both of which support EJB3.0 components.

I've actually been blogging about my experience with Rational Application Developer 7.5 and WebSphere Application Server 7.0. Feel free to check out some of my observations:

WebSphere 7 and IRAD 7.5 Tutorials and Blogs

-Cameron McKenzie
 
Message for you sir! I think it is a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic