Here is a little demo I just did to test a new web site that lets you record and upload screen captures.
See if you like it. (and maybe you'll learn something new).
« JDeveloper - Best Ajax Based Solution | Main | New JDeveloper 11g Extensions - RSS feed, and Workspace Backup »
Here is a little demo I just did to test a new web site that lets you record and upload screen captures.
See if you like it. (and maybe you'll learn something new).
This page contains a single entry from the blog posted on January 14, 2009 4:46 PM.
The previous post in this blog was JDeveloper - Best Ajax Based Solution.
The next post in this blog is New JDeveloper 11g Extensions - RSS feed, and Workspace Backup.
Many more can be found on the main index page or by looking through the archives.
Comments (3)
Shay,
Just at the beginning of your demo I notice you use a JAX-WS-RI web service. Is there any particular reason for this as it will mean for that the web service is not properly managed by weblogic.
Thanks,
Gerard
Posted by Gerard Davison | January 22, 2009 4:02 AM
Posted on January 22, 2009 04:02
There is not specific reason I used JAX-WS-RI - I could have used other web services as well.
I'm not sure I understand the comment about not being propertly managed by WebLogic - after all I ran the service in the integrated WebLogic server in order to access it - so it seems to be working ok.
Posted by shay | January 22, 2009 10:20 AM
Posted on January 22, 2009 10:20
Shay,
In general though if you use the -RI you are bolting on a web service using a servlet. This is only really included for scenarios such as deploying to Tomcat or another web only container. You will find that technologies such as security policies wont work properly unless you use the non-RI version which is full integrated.
Gerard
Posted by Gerard Davison | January 26, 2009 6:36 AM
Posted on January 26, 2009 06:36