thanks!
very clean code & config
ping
Type: Posts; User: pinglu; Keyword(s):
thanks!
very clean code & config
ping
Hi,
I have a application, which is like a message bridge, when my app get a message from other system, and send to different queue to be processed, my app did not know queue before get message, and...
Hi, All:
Can somebody help?
default ContextJndiBeanFactoryLocator, look for
java:comp/env/ejb/BeanFactoryPath
For example: SimpleEJB, what is "BeanFactoryPath" -->
SimpleEJB ????
Best...
I remember " only entity bean can surrive server crash", how to reponse that, when we would like elimit entity bean.
You know I don't like entity bean, but when you want to push spring, I need the...
I like your second suggestion, you know "political" presure to use EJB, so I can used "EJB" with everything spring under it.
Why did the jndiname in web.xml and applicartioncontext.xml point to differently one is wlQueue another is jms/queue?
<resource-description>
<resource-env-description>
...
Hi,
Can I use jdbcTemplate or HibernateTemplate or support under SLSB transaction hood? ( for example company need expose to remote EJB client), I like the spring handle exception.
Ping
As you suggested I have EJB.jar without depend jar and put in a ear file, all the third party jars in APP-INF/lib
Simple.ear
-EJBMOdular.jar
-META-INF\application.xml
...
Hi, ElPapa:
I downloaded your code, and tested, finally I made it works, let me explain:
1. I deployed your code to weblogic 8.1,
in MANIFEST.MF add depended reference:
Class-Path: srping.jar...
I seperated to two DispatcherServlets, split config file to two, springapp-servlet.xml and image-servlet.xml, it works fine, but I do not know if this is the right way.
Hi,
I try to config one multiactionController with two regular Controllers, no luck, access
http://localhost:8080/springapp/imagelist.htm
http://localhost:8080/springapp/imageList...
how to match method name? for example:
public interface IMyBussessObject {
public String getSomething();
public String [b] doOtherthing();
}
I only want to do scuritycheck...