Could any one suggest a good book on spring framework which makes it easier and faster to understand it....
Comments (6) | Promote | Bookmark
Container classes in SpringWed, 16 Jul 2008 13:54:00 GMTWhat are the container classes in Spring? I would like to know which classes do we need to use to implement Spring in the business layer.The design is Struts + Spring + Hibernate.Lots of Thanks,Angel....
Comments (6) | Promote | Bookmark
Inversion of ControlWed, 16 Jul 2008 13:54:00 GMTLet's break two of this forum's usual habits in one go. This is not a question, and it is not about Struts. It's about frameworks, and specifically about the benefits of Inversion of Control (IoC) which is the bread and butter of frameworks.Allow me to give you two examples. Consider...
Comments (5) | Promote | Bookmark
Tapestry & TomcatWed, 16 Jul 2008 13:57:00 GMTTools I am using are:Tapestry 4.xTomcat 5.5.xEclipse java europaSituation:I can see tomcat up and runningProblem:Now when I am trying to use Tapestry to run Hello World application, I am running into problems. It is perhaps not recognizing the file, as it is showing me page not found error.Error...
Comments (4) | Promote | Bookmark
Spring AOP Vs AspectJ Vs JBossAOPThu, 17 Jul 2008 17:51:00 GMTWhich one 1000% supports Aspect Oriented Progrmaming(AOP) Spring / AspectJ / JBoss AOP?...
Comments (4) | Promote | Bookmark
Spring & failoverWed, 16 Jul 2008 13:51:00 GMTMy understanding, mostly based on the discussions with you today guys , is that Spring is good (I'm trying to demonstrate that I'm not a string opponent here :-) )But what if I need high availability. It sound like I still need a J2EE application server for failover capabilities. Is that...
Comments (4) | Promote | Bookmark
To Authors: Spring & HibernateWed, 16 Jul 2008 13:54:00 GMTTo me, one of the biggest attaction (ans selling point to clients) is its usage with Hibernate.I like Particularly the transparent transaction management and so on for HibernateDo you cover this in depth?...
Comments (3) | Promote | Bookmark
Wicket in Action - Wicket versionWed, 16 Jul 2008 13:48:00 GMTWhich Wicket version is covered in the book?...
Comments (3) | Promote | Bookmark
tapestry tutorialsThu, 17 Jul 2008 17:53:00 GMTplease give me the best and simple tutorial available for undertsanding tapestry framework....
Comments (3) | Promote | Bookmark
Comprehensive listing of Java web frameworks?Wed, 16 Jul 2008 13:57:00 GMTHi there,As much as I learn about Java server-side development, the more I realize I don't know anything. Or at least, I don't have "the full picture" when it comes to frameworks. It would be nice to compile a comprehensive list of all Java server-side frameworks, both open source and co...
Comments (3) | Promote | Bookmark
How to begin with Wicket on eclipseWed, 16 Jul 2008 13:48:00 GMTHi All,I am completely unaware of the Wicket framework and now need to work on it. Can anyone please explain the steps involved in setting up the environment using the following and also developing and deploying a small sample explanation.1. RAD/eclipse as IDE2. Webshpere Application Server.than...
Comments (3) | Promote | Bookmark
Spring is in the airWed, 16 Jul 2008 13:51:00 GMTHi,I like the IOC that Spring offers. However I would like to knowwhether I should apply it to all my classes in a web app, i.e. populate the configuration file with entries for all pojos. I suspect it may be a caseof judgment. If so are there any rules I can follow?regards,Mo...
Comments (3) | Promote | Bookmark
Can I use Tapestry framework in Swing (desktop) applications?Wed, 16 Jul 2008 13:49:00 GMTHello,I'd like to know if it is possible to use Tapestry in desktop applications, using Swing, or it just applies to web apps (Servlets, JSP)?Regards....
Comments (3) | Promote | Bookmark
Appropriate framework for early web business appWed, 16 Jul 2008 13:55:00 GMTHowdy!I've searched through your site and done quite a bit of reading on the various frameworks available to Java web designers. I know that everyone has their favorite, but quite frankly, the choices have overwhelmed me.I've done web programming with PHP and MySQL off and on for about t...
Comments (3) | Promote | Bookmark
Spring TilesWed, 16 Jul 2008 13:56:00 GMTPlease someone help me, I am trying to incorporate Tiles with Spring. I have experience with both but I have never set them up so I don't know where I am going wrong.The error I am getting is this:javax.servlet.ServletException: Could not get RequestDispatcher for [page.index]: check that th...
Comments (2) | Promote | Bookmark
Spring TutorialsWed, 16 Jul 2008 13:52:00 GMTHi i am new to springs please any help me out how to learn springs n send me the links of resources(materials) of SpringsThank You....
Comments (2) | Promote | Bookmark
Display Checkbox Dyanamically using JSTL syntax or JSPThu, 17 Jul 2008 17:52:00 GMTHi,Display Checkbox dynamically using .properties file or some configurationfile. I am using Spring Framework for developing a site.ThanksShilpa...
Comments (2) | Promote | Bookmark
Throwing a meaningful exception from this methodWed, 16 Jul 2008 13:50:00 GMTHi.In my domain objects design , my Author class has an email field , this field is not a PK (I use surrogate keys) but it is guaranteed to be unique.In my application , I use Spring's HibernateTemplate facility, and in order to retrieve a specific author, I wrote :code:public Author findAut...
Comments (1) | Promote | Bookmark
Wicket in Action: Internationalization & LocalizationWed, 16 Jul 2008 13:48:00 GMTMartijn and Eelco,Thanks for joining us here at the JavaRanch. I haven't had any previous exposure to Wicket, but your introductory chapter makes it sound like it's worth taking a look at.I see your book does have a chapter on Internationalization and Localization. Can you give us the el...
Comments (1) | Promote | Bookmark
Which Security Framework should be used?Wed, 16 Jul 2008 13:52:00 GMTHi,I am working on a project in which I have Hibernate 3 on DB layer, Spring 2 on Service layer and JSF as UI. I want to ask which security framework should i use,which will be compatible with these and will give me best security....
Comments (1) | Promote | Bookmark
Spring/ Hibernate /Struts - "Error parsing XML"Wed, 16 Jul 2008 13:53:00 GMTI'm trying to get to grips with Spring/Hibernate/Struts using a cut-down variant of AppFuse. When starting Tomcat (5.5) having deployed my first hibernate definition, I get "Error parsing XML..." as shown in the extract of output below.code:INFO - AbstractBeanFactory.getBean(158) | Creating...
Comments (1) | Promote | Bookmark
Batch SQL DeleteWed, 16 Jul 2008 13:55:00 GMTHi, There is a way to perform SQL update operation in batch using BatchSqlUpdate class.Similarly is there any way to perform delete operation also in batch?.Say i want to delete set of records at one stretch.I know there is no such class like BatchSqlDelete.But is there any other way to perform...
Comments (1) | Promote | Bookmark
AOP - IntroductionWed, 16 Jul 2008 13:54:00 GMTHi Everyone,Can anyone please explain MethodInterceptor interface's invoke() method?As far as I know we provide the implementation for the interfaces that we introduce into the existing object.But can we perform interceptions for any additional methods as required.? If yes then how and if po...
Comments (1) | Promote | Bookmark
Web based product development SuggesstionWed, 16 Jul 2008 13:53:00 GMTHi, We are developing one big ship oriented product. we are trying hibernate with spring and wicket (client side view) frameworks and hibernate annotations.Is it a good choice of developing web based product?Give me some suggestion.Thanks for your suggestions....
Comments (0) | Promote | Bookmark
Java quartz cron jobWed, 16 Jul 2008 13:47:00 GMThow do i set job running every two weeks using quartz?i am new in quartz... anyone can help?thanks......
Comments (0) | Promote | Bookmark
Needs help for a simple AoP application with SpringWed, 16 Jul 2008 13:56:00 GMTThis is my very first time to use Spring. I'm having trouble in my AoP implementation. What Im doing is simple: one interface called Knight with one method getMyFavouratePizza(), the implementation of this interface is KnightImpletation. To feel Spring's AoP, I am going to add a simple l...
Comments (0) | Promote | Bookmark
Spring : JDBCTemplate or StoredProcedureWed, 16 Jul 2008 13:55:00 GMTI am trying to execute a stored procedure in Oracle using JDBC. Now there seem to be two ways in spring to do this. using JDBCTemplate.execute() and creating a StoredProcedure java class. What are the pros / cons of using both the approaches. Which one is better ?...
Comments (0) | Promote | Bookmark
how commandName recognisedWed, 16 Jul 2008 13:48:00 GMTcan any body tell, how exactly commandName works in <form:form>I had used in jsp following<form:form name="first" id="first" action="${pageContext.request.contextPath}/FirstController.do" commandName="firstCmd1">in servlet.xml my entry is<property name="commandName" value="firstCm...
Comments (0) | Promote | Bookmark
Help with velocity initializationThu, 17 Jul 2008 17:50:00 GMTWell, seeing this posting I have realized that perhaps I've posted my question in the wrong forum (and it doesn't seem like the mod there is moving it or anything).Summary:Code tries to load a template via classpath, but breaks on velocityEngine.init().Root cause is StringIndexOutOfBound...
Comments (0) | Promote | Bookmark
download & run springWed, 16 Jul 2008 13:49:00 GMTPlease help in downloading some Spring plugin for eclipse 3.2.x....
Hi, We are developing one big ship oriented product. we are trying hibernate with spring and wicket (client side view) frameworks and hibernate annotations.Is it a good choice of developing web based product?Give me some suggestion.Thanks for your suggestions....
how do i set job running every two weeks using quartz?i am new in quartz... anyone can help?thanks......
This is my very first time to use Spring. I'm having trouble in my AoP implementation. What Im doing is simple: one interface called Knight with one method getMyFavouratePizza(), the implementation of this interface is KnightImpletation. To feel Spring's AoP, I am going to add a simple l...
I am trying to execute a stored procedure in Oracle using JDBC. Now there seem to be two ways in spring to do this. using JDBCTemplate.execute() and creating a StoredProcedure java class. What are the pros / cons of using both the approaches. Which one is better ?...
can any body tell, how exactly commandName works in <form:form>I had used in jsp following<form:form name="first" id="first" action="${pageContext.request.contextPath}/FirstController.do" commandName="firstCmd1">in servlet.xml my entry is<property name="commandName" value="firstCm...
Well, seeing this posting I have realized that perhaps I've posted my question in the wrong forum (and it doesn't seem like the mod there is moving it or anything).Summary:Code tries to load a template via classpath, but breaks on velocityEngine.init().Root cause is StringIndexOutOfBound...
Please help in downloading some Spring plugin for eclipse 3.2.x....
Hi,I am working on a project in which I have Hibernate 3 on DB layer, Spring 2 on Service layer and JSF as UI. I want to ask which security framework should i use,which will be compatible with these and will give me best security....
I'm trying to get to grips with Spring/Hibernate/Struts using a cut-down variant of AppFuse. When starting Tomcat (5.5) having deployed my first hibernate definition, I get "Error parsing XML..." as shown in the extract of output below.code:INFO - AbstractBeanFactory.getBean(158) | Creating...
Hi, There is a way to perform SQL update operation in batch using BatchSqlUpdate class.Similarly is there any way to perform delete operation also in batch?.Say i want to delete set of records at one stretch.I know there is no such class like BatchSqlDelete.But is there any other way to perform...