• 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

migrating to eclipse 3.0 from jdeveloper 10g

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am attempting migrate to eclipse ide from jdeveloper 10g.
How should I go about this?

I have a j2ee web project built with struts framework. Mvc model.
 
Caliph Herald
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is anyone out there??? can someone help me???
please i beg you!
 
author & internet detective
Posts: 41860
908
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
Caliph,
The first thing is to decide what plugins you want (if any) for J2EE development. You can search this forum for examples.

Then, you export your web application from JDeveloper and import it into Eclispe.
 
Caliph Herald
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jeanne ,

Thanx for responding.
I want to use eclipse 3.0 with Jboss IDE plugin v 1.4.1 e30

So, as far as exporting from jdeveloper...should i deploy the application as an ear file??? I dont see any simple "export" options. I do see "import" but no "export".

My goal is to move the entire project into eclipse 3.0 and deploy onto JBoss 4.

Im kinda a newbie here, so any help would be HIGHLY appreciated!
 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
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
Caliph,
What are your choices to export from JDeveloper?
 
Caliph Herald
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jeanne ,

sadly and oddly enuff there is no "export" option in jdeveloper 10g!!

Jdeveloper adds its only deployment descriptors (of course)...do you think i can just deploy to and ear file and import it with ECLIPSE?

would i have to use xDoclet to redeploy to jboss via eclipse?
 
Caliph Herald
Greenhorn
Posts: 16
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey, Thanx for the help. I DID IT! Im fully up and running on eclipse and i love it!

I imported from my SVN repository and wend with an ANT build.
to create the appropriate jar, war and ear.

thanx again
cheers
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Caliph/Jeanne,

Can you help me providing some tips on how to migrate a project from JDeveloper to MyEclipse. As we were using JDev IDE along with OC4J 10.1.3, and are now shifting to MyEclipse for Spring 9 and JBoss-5.1.0.GA.

Any help would greatly appreciated.

Thanks,
Sumanth
 
Sumanth Singh
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was able to solve this by creating a new project in eclipse and then go to file system and import existing workspace and then debugging the errors shown after the application is deployed on server.

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