When you say "WebObjects", do you mean EOF? If you only want to use
the object-relational parts of WO from Java, that doesn't need to be
an elaborate process per se. There's a very lightweight example of
doing so here:
http://worldofwebobjects.blogspot.com/2006/04/command-line-tool-for-fetc
Then you use a direct action URL with query parameters for example
http://mydomain.com/cgi-bin/WebObjects/myapp.woa/wa/getPage?
param1=abc¶m2=xyz¶m3=78
Learn more here:
http://wiki.objectstyle.org/confluence/display/WO/Web+Applications-
Development-Direct+Actions
HTH, Kieran
On Sep 16,
Hi Daniele,
Thank you very much for your suggestions!
The existing App can't not be converted into Web Application because it is a
kernal application and used by many other applications. I can't rebuild the
whole project for a little modification.
I have thought about using the URL of the page i
2007/9/16, Andrew. Yi. Huang <[EMAIL PROTECTED]>:
>
> Hi
>
> I am a new of WebObjects. I have a problem as follows.
>
> I hava a existing Java application project which is not WebObject
> Application.
If this App is a Web Application the simple way is to redirect the browser
to the Webobject App