I have not used Eclipse for that.
Annotations are not jdk1.4 compatible.
You need to find the appropriate java techniques in 1.4 to do what you
need.
So you need to have a 1.4 compiler that you can compile your code to
find the errors. Then study the 1.4 to find the way you can do wat you
need.
I have discovered in this class that you can have a project that uses
JDK 1.4 but can run on Java 1.5 in the Java Platform Manager in
Netbeans
Maybe you can do that in Eclipse. Or maybe you can load Java 1.4 in
the Paltform Manager and use it for your project.
If you look at this course EJB 3.0 is quite different from EJB 2.0.
The Java Web Services Development Pack(jwsdp) is 1.4 so maybe you can
use it or the Java 1.4 tutorial.

In 1.4 I know how to build and configure a Web Sevice using Sun's ICAN
5.0.5 edesigner.
But we used an http connection to do request reply with the remote web
service.
Have you built your wsdl using jdk 1.4?


On Nov 27, 5:20 am, "Arpit Goyal" <[EMAIL PROTECTED]> wrote:
> 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- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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