Hi all,
I need urgent help on the following here:
1. I'm using J2EE 1.2 in my BEA Weblogic 5.1, not 1.3. Hence is it still possible for me to download just the API for JAXP 1.1 from Sun and install in my app server?
2. My current installation is such that all my JSP, Servlets, EJBs, etc. are in a separate box from the Web Server. The main reason is to keep my Web server 'clean', and all apps in the box for App Server. Is this OK? Will my XSLT processor (JAXP 1.1) in the app server work properly?
3. I need to communicate XML docs between 2 networks, where for security reasons, only HTTP is allowed. Both networks have a set of Web server, J2EE App Server, and database. How should I do it? Can SOAP solve this? How?
Thanks for any help!
Regards,
Alvin
-
Using XML in BEA Weblogic 5.1 and communication using XML (1 messages)
- Posted by: Alvin Lim
- Posted on: August 20 2001 21:16 EDT
Threaded Messages (1)
- Using XML in BEA Weblogic 5.1 and communication using XML by Vijay kumar on August 21 2001 02:26 EDT
-
Using XML in BEA Weblogic 5.1 and communication using XML[ Go to top ]
- Posted by: Vijay kumar
- Posted on: August 21 2001 02:26 EDT
- in response to Alvin Lim
the answer to your first question is yes.
to the second, i guess you could.
to the third, since xml is essentially text based, i guess here too you could.
Vijay