Java Server Migration to dm
This screencast details the migration process of a large Java EE web application from WebLogic 9.2 to dm Server.
Java Software Architecture Tutorials and Videos: microservices, serverless, domain driven design, cloud computing, containers, etc.
This screencast details the migration process of a large Java EE web application from WebLogic 9.2 to dm Server.
ServiceMix is a JSR-208, open-source ESB compliant with the Java Business Integration (JBI) specification. It allows components and services to be integrated in a vendor-independent way, allowing users and vendors to plug-and-play. Jeff Genender spoke about ServiceMix at JavaZone, where we had a chance to speak with him about this …
OpenESBs in Action is a comprehensive look at the leading Enterprise Service Bus open-source products and how they are applied in the enterprise. Tijs Rademakers and Jos Dirksen offer a book overview and insights into its contents, including: ESBs covered in their research; Why they chose Mule and ServiceMix as …
The Spring Architectures presentation gives an interesting overview of the different design strategies you can apply within the Spring context. Eberhard Wolff has worked with Java since 1996, mainly in enterprise applications. He co-authored ‘Server Component Patterns’ and ‘Java Persistenz Strategien’ (German). He is also author of the first German …
Transaction management is a common topic in enterprise Java. However, the diversity of transaction choices is not immediately apparent. Many applications simply use JTA or JDBC transactions without consideration of the implications. This talk illustrates Spring’s support for various kinds of transactions: including native database transactions, ORM transactions and messaging …