0

I want to create a simple project with Java EJB 2.0 and websphere 8.5 (without maven) in Eclipse Luna.

I can not find any good tutorial as EJB 2.0 is quite old. will you guys guide me with good tutorials?

Ayush
  • 206
  • 7
  • 22

1 Answers1

0

EJB 2.0 Development with WebSphere Studio Application Developer and Implementing EJB 2.x applications from IBM look like decent resources.

Illya Kysil
  • 1,642
  • 10
  • 18
  • Actually I am using Eclipse Luna, I can not find any option to create j2ee 1.3 Enterprise Application Project. Which eclipse version should I use? – Ayush Dec 13 '18 at 07:16
  • Check out Eclipse Luna documentation at https://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.jst.ejb.doc.user%2Ftopics%2Fceresrc.html – Illya Kysil Dec 13 '18 at 09:31
  • Are there any solid reasons to use EJB 2.0 for new project in 2018? The spec is 18+ years old already. – Illya Kysil Dec 13 '18 at 09:33
  • Actually there is an existing project on EJB 2.0 which has been developed on IBM RAD, we have to migrate it in Eclipse (Client's demand). I am new to EJB so was eager to learn a simple EJB app development. – Ayush Dec 13 '18 at 09:40
  • the link you mentioned in the comment literally had directions to create a new project :P. like just go on new and create ejb project :P. Will you please help me with a simple CRUD application demo – Ayush Dec 13 '18 at 09:47