Have you ever encountered this one? It might be a number of things, invalid EL expression, invalid cpx files or calling a page which cannot be found. Now I have found…
One of the great features of Jboss Fuse and the underlying Apache Camel is that it can be deployed virtually anywhere. However one of the runtime possibilities that comes out…
When using JMS for synchronous request response messaging there are some options and standards to consider. In this post I will explain the two most common patters for synchronous request…
When using JDeveloper have you ever had a situation where your data controls are missing from the “Data Controls” pane? Even though you have data control definitions in your project?…
In my last post we created a chat server application for Weblogic 12c. A chat server is only useful when you have an application who makes use of the chat service….
In a project using TIBCO BusinessWorks we had to call a webservice with a one-way operation (this means only a request message is defined in the operation in the WSDL)…
Since Weblogic 12.1.2 it is possible to use WebSockets in your web applications. I thought I would give this a try. In my case I am using Weblogic 12.1.3. In this…