Tag: Oracle

Community

Do You Queue?

(Cameron O’Rourke) Do your users complain about a slow-running application that you have tried to tune but just can’t make run fast enough? Perhaps you need to take a hard look at the amount of processing your application does while the user is waiting. Could some of it be done in the background?

Community

Creating Web Services, Part 2

(Mike Lehmann) The first article of this series looked at the APIs necessary to wrap a Java class so that it could send and receive SOAP messages, by taking a Java class, EmpImpl.java, containing a JDBC database query of an employee table, and publishing and consuming it, using JAX-RPC. Now we focus