java

Scheduling Oracle SOA Suite Composite Applications (or whatever you want) in Weblogic

After reading a nice article about TimerManager functionality in Weblogic, i wanted to see how easy it would be to schedule my test composite application. First deploy your composite and go to SOA > soa-infra > default > Test > WSDL. Copy/paste the wsdl, this one we will use to generate the web proxy. Back in JDeveloper create a new Application (or add it to an existing one), and create a new Web Project. Select the jsp option, we will use this page...

Jersey 1.0.2 got released

New version of the reference implementation of JAX-RS 1.0 API got released (sorry for the delayed announce...was busy lately). Jersey is also integrated in glassfish so will be available in the update center (v2 and v3 when some dependency problems got fixed). Resources info download quick start Paul Sandoz blog Original...