| Lost: Weblogic 9.2 Web Services w/Application Datasource [message #187971] |
Tue, 13 February 2007 15:04  |
Chuck Irvine Messages: 13 Registered: July 2009 |
Junior Member |
|
|
I'm buried in so much unknown territory I'm not sure where to start.
I'm building a Weblogic9.2 hosted Web Services server using WST 1.5.
I guess the main problem is that I can't find any documentation or example
projects that deal with using Weblogic for Dynamic Web Projects using WST.
Is there such a thing and I'm just missing it? Helpful pointers would be
greatly appreciated.
For now I'm developing my application on my workstation with a locally
running Weblogic server instance. But eventually I'll have to deploy my
application to a production server. What eclipse WST generated artifact
(ear, war, jar, etc) do I deploy and how? Since WST is doing everything
automatically for me locally, I don't know exactly what is getting
deployed or how.
Along the same lines, another thing that is confusing me is the
<WSProject>EAR project that gets generated automatically. My application
will use an application scoped JDBC datasource, and I'm thinking that this
will require that I write a weblogic-application.xml file and include it
in this automatically generated project - right? This seems to mean that I
will have to create a source code repository for this autogenerated
project. If so, I'm not sure that I like this. I'll have to create two
source code repositories for what is essentially one project.
Well, I'm sure there are lots of other things I don't understand, but I'll
pause for now. Maybe if I get some helpful feedback (like docs or examples
pointers) I'll be able to figure things out on my own.
Thanks,
Chuck
|
|
|