Hi,

Thanks for the reply.

Now I will try to explain a little and hope to find a solution:

- I am working in eclipse and it is part of existing project we friends are
designing.
- There is no EJB project defined. It is a just a plain Java project
- We are supposed to do it for Java 1.4 and 1.5 (EJB 2.x)
- In Java 1.5 Annotations is helping.
- In java 1.4 can we use some sort of wizard from Eclipse or any known
plugin? The one I found, requires the project to be a EJB project.

Can any one has tried it out in Eclipse?

Regards,
Arpit

On Thu, Nov 27, 2008 at 6:55 AM, Sunshine <[EMAIL PROTECTED]> wrote:

>
> You have several choices.
> 1. See if you can load Java 1.4 j2ee and inorporate it into Ecipse and
> re compile everything.
> 2. Use straight DOS based java 1.4 and compile to get a list of errors
> and go from there.
> 3. get a copy of jwsdp and see if you can migrate your code using
> that.
> 4. Remove all annotations and code the project as if you were using
> jdk 1.4.
>
> Basically it is easier to go up in Java than down.
>
> On Nov 26, 2:41 pm, "Arpit Goyal" <[EMAIL PROTECTED]> wrote:
> > Hi All,
> >
> > I am currently working in Java 5 and was able to convert an Eclipse
> Project
> > having EJB code into Web Service using Annotations. Now the problem is,
> our
> > old product code runs on Java 4 and EJB 2.0 code has to be introduced and
> > then make them available as Web Service.
> >
> > I have not even faintest idea of how to achieve this. Is there any Web
> > Service Guru who can help me out or point me to some material/sites.
> >
> > Please help.
> >
> > Regards,
> > Arpit
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to