2
votes
Should I use EJB3 or Spring for my business layer?
I tend to prefer Spring over EJB3 but my recommendation would be whichever approach you take, try to stick to writing POJOs and use the standard annotations where possible, like the JSR annotations …
2
votes
How to nest Spring JMS MessageConverters
Do you really wanna wrap MessageConverter instances inside other MessageConverter instances? The whole point of a MessageConverter is to turn a Message into something else (that is not a JMS Messag …
1
vote
Making a Service Layer call from Presentation layer
It mostly boils down to do you want to use Spring Remoting (which Spring RMI and Apache Camel are implementations …
1
vote
Unable to start Camel 1.5.0
So it works fine under maven - but not if you run it how? In your IDE or something?
If you are using eclipse / intellij you can create an IDE project for the maven project using maven.
…
1
vote
How do I specify a TCP transport is server mode (listening) or client mode in activemq?
was this answered on the thread here?
…
