Application versioning has always been a challenge for the developer
community. With the introduction of Web services, this issue becomes even
more difficult as developers are dealing with a more distributed set of
components that aren't necessarily under their control.
A robust versioning strategy is needed to support multiple versions of Web
services in development. This can allow for upgrades and improvements to be
made to a Web service, while continuously supporting previously released
versions. The right versioning strategy can maximize code reuse and provide a
more manageable approach to the naming, deployment, and maintenance of your
Web services.
The issue of versioning is a complicated one, and this article does not
attempt to answer every question surrounding ... (more)
In Part 1 (Vol. 3, issue 6) of this series I gave you an overview of business
process management (BPM) and covered the specifications in this area. I
described the order change example and the steps needed to create the
business process in WebLogic Integration. In Part 2 (Vol. 3, issue 7), we
created a process application - orderChange. In this application we created a
new process called... (more)
In the first article in this series (Vol. 3, issue 6), I gave you an overview
of business process management (BPM) and covered the specifications in this
area. I described the order change example and the steps needed to create the
business process in WebLogic Integration (WLI). In the second article I
looked at how to create a process application (orderChange). In this
application I cre... (more)
In the first article I gave an overview of BPM and covered the specifications
in this area. I described the order change example and the steps needed to
create the business process in WLI. In the second article we saw how to
create a process application, specifically how to create the application
orderChange. In this application I created a new process called
orderChange.jpd. To start th... (more)
In my first article (WLDJ, Vol. 3, issue 6), I provided an overview of BPM
specifications in this area. I described the order change example and the
steps needed to create the business process in WebLogic Integration.
In this article, you will see how to create a process application. We can
call this application orderChange. In this application we need to create a
new process called order... (more)