• 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
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

need urgent reply confused wile mirgrating my visualage4 project to websphere studio5

 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all!
I have been trying for a long time to migrate my project containing jsp,servlet,EJBs(CMP/BMP,stateless/statefull) from visualage4 to websphere studio5.0.0 ....ihave also considered the migration guide of websphere studio ... but still facing many problems in migration.....
step1:- i have three EJB groups in visual age 4
a)Stock (conntaining session beens)
b)Business (conntaining session beens)
c)Data (conntaining Entity beens)
i exported them all in appropriate (EJB1.1 JAR)jar files from visualage4
step2:- i imported all those jar files in related (new)EJB projects
step3:- i created new web project and imported jar file containing jsp's,css,javascript,image files under web content/nsdjsp...and all other required java files under java source in the form of packages let say com.spk.nsd.utils,com.spk.nsd.useinterface,com.spk.nsd.stockmanager

now since some of Ejb's (session/entity) are using classes from those imported under web project's java source (e.g. a session been let say abc may instatiates another class inside com.spk.nsd.utils package)...and similarly some of classes under com.spk.nsd.utils e.t.c packages may use EJBeans......
but the com.spk.nsd.utils e.t.c packages that are imported into those EJBS are not recognized in those EJBS.....
y is that how should i set my classpath for that.....
what i realy need is a sample project containing all compunenets as i have in my project....
so that i can set my project accordingly.....
it will great that anyone help me in thid regard....
also if u think anyother tip would be helpfull then plz also recomend it....
waiting for ur response
sajjad ahed paracha...
 
Because those who mind don't matter and those who matter don't mind - Seuss. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic