OSB: Java Callout with XML input and output parameter

Continue reading


OSB: Deleting corrupt projects

Usually it is no problem to delete OSB projects from the server. This can be done by the sbconsole. But today we had a problem with a misconfigured OSB project.  There was no possibility to modify the project, because activating the changes always resulted to a error message. Deleting was not possible and overwriting with […]

Continue reading


OSB: Using Tuxedo transport with eclipse development environment

When doing development for the OSB I usually don’t do this with the sbconsole, I use eclipse instead. There are some reasons: It is my usual development environment It is directly connected to the concurrent version tool The build and deploy scripts are used and tested from the start of the project The debugging feature […]

Continue reading


OSB: Creating meaningful SOAP exceptions

Continue reading


Webservice with Spring Web Services 2.0 (M3)

Continue reading


Back to the roots: Nachvollziehbarkeit und Konsistenz – Vom Fachkonzept zum Code

Continue reading


JEE: Solving the eager fetch or Open-Session-In-View problem

In the JEE architecture entities are used to transfer the data between database and business logic. An object relational mapper like hibernate or toplink the handles the transport of the data form the database table to the entity. The ORM does this not only for the requested object, also all referenced objects could be handled […]

Continue reading


JEE: Solving the eager fetch or Open-Session-In-View problem

In the JEE architecture entities are used to transfer the data between database and business logic. An object relational mapper like hibernate or toplink the handles the transport of the data form the database table to the entity. The ORM does this not only for the requested object, also all referenced objects could be handled […]

Continue reading