Hai,
I am new to Spring Framework. I have used StrutsMVC in Spring Framework.
For Database connection we have used the Spring JdbcTemplate.
My code is,
JdbcTemplate jt = new...
Type: Posts; User: mahe; Keyword(s):
Hai,
I am new to Spring Framework. I have used StrutsMVC in Spring Framework.
For Database connection we have used the Spring JdbcTemplate.
My code is,
JdbcTemplate jt = new...
Hai,
I am new to Spring JdbcTemplate. Before that I have used the Struts MVC, Now I have implemented the Struts MVC with in the Spring Framework. Instead of putting connection properties in...
Hi,
i am new to spring and EJB.In my web application access slsb from EJBProject to webapplication through sprring xml in web application.
<bean id="myComponent"...
Hi premc,
How you access ejb beans in netbens IDE.i have a doubt,i am creating web application and i create a EJBProject,i want to access slsb from EJBproject to web application through...
Hi,
I have a doubt on using Ejb in spring framework.can we use developed EJB application to deploy a spring framework?
I saw many samples pojo classes used as a ejb beans.can we configure...
this my xml file
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
"http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<bean...
Hi,
i used spring framework jdbctemplate,its working but some times it throws exception in DriverManager connection exception.
Oracle10g database.I used SpringConfig.xml for read the...
Hi,
I am running web application in struts with spring rmi,it works first time but again run it throws exception below..
How to solve this please help......
HTTP Status 500 -
type...
Hi,
I am using rmi for access remote methods.
Did you use rmi concept to access remote methods,if you know that means can you please tell this ,
I got error for access the remote...
Hi,
If i understand correctly from your reply,Is Two xml file use to access the local and remote beans right or two web applications for client and server ?
can you explain me details....
...
Hi,
I am having same problem,bean creation Exception.I don't have a spring-core jar but spring.jar in my project library it makes this problem ...
Thanks in advance
mahe
Hi,
I got error for access the remote methods..I put all spring jar files in my project library and netbeans/common/lib.
My xml configuration is
<bean id="EmpDAO"...
Hi,
I got error for access the remote methods..I put all spring jar files in my project library and netbeans/common/lib.
My xml configuration is
<bean id="EmpDAO"...
Hi,
I got error for access the remote methods..I put all spring jar files in my project library and netbeans/common/lib.
My xml configuration is
<bean id="EmpDAO"...
Hi,
I got error for access the remote methods..I put all spring jar files in my project library and netbeans/common/lib.
My xml configuration is
<bean id="EmpDAO"...
hi,
I am using Netbeans5.5,i add the spring framework in my netbeans IDE.I created the web application in sturts with spring.I used sturts MVC in my we application.Now i want to use Remote call...
I am creating a web application in struts with spring.In classes folder under WEB-INF i created a factory.xml file,in that file i put code like the following.i am not seperate client and server all...
yes,all in same xml file.I chaged depends-on
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
...
I m facing same problem,what you face earlier.I am using two interface with extends Remote.My configuration XMl beans is
<beans default-init-method="init">
<bean id="dao"...
I m facing same problem,what you face earlier.I am using two interface with extends Remote.My configuration XMl beans is
<beans default-init-method="init">
<bean id="dao"...