Q & A: SpringSource CEO Rod Johnson Programming Web Development by EddieC … CEO and founder of [url=http://www.springsource.com/]SpringSource[/url], and author of the open source …quote] Earlier this month [url=http://www.springsource.com/g2one]SpringSource acquired G2One[/url], which developed Groovy and … dynamic language technologies. Where does G2One fit into SpringSource’s strategy? [/quote] There's been significant… Security Holes Spring Up in Java Framework Hardware and Software Networking by EddieC …-vulnerabilities-spring-framework.asp]the alert[/URL]. SpringSource, sponsor and lead developer of the Spring …published a page explaining [URL=http://www.springsource.com/securityadvisory]how to eliminate the threats[/URL…determine whether your code has this problem, SpringSource instructs you to review any controller implementations that… Two Groovy updates Programming Software Development by EddieC … correct code." [Groovy-Eclipse 2.0.0](http://dist.springsource.org/release/GRECLIPSE/e3.5/), according to [release notes](http… How to use spring roo and apache maven Programming Web Development by mmnewbee … on project vote:could note resolve dependecies for project com.springsource.vote:vote:war:0.1.0.BUILD-SNAPSHOT I,ve… Re: some questions on java - begginer Programming Software Development by ~s.o.s~ @hajjo Try the Spring download [URL="http://www.springsource.com/download/community"]here[/URL]. Download 2.5.6 … for Spring. Also, give the Spring [URL="http://static.springsource.org/spring/docs/2.5.x/reference/"]official documentation… Re: Mr Tidza Programming Software Development by ejosiah he is using springframework and not struts; you don't get any struts-config.xml file. What you get is a spring bean definition file. for more information on spring development visit [URL="http://www.springsource.org/documentation"]http://www.springsource.org/documentation[/URL]. Re: Maintainining common API between related classes Programming Software Development by ~s.o.s~ … your best friend here; esp the [URL="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html….html"]Spring MVC[/URL] and [URL="http://static.springsource.org/spring/docs/3.0.0.M3/spring-framework-reference… Re: Is there any way to trace out the code execution step by step,simple to complex prog? Programming Software Development by stultuske I mostly debug in SpringSource (which is Eclipse based) so I'm just speaking about Eclipse and SpringSource here. you can start debugging, jumpt to the next executed line, to the next executed line in the same class, to the next line you run over which has a breakpoint on it, ... the different steps you choose by pushing f5-f6-f7-f8. Re: Is it possible to have more than one servlet for a single application Programming Web Development by stephen84s For the major ones there are [URL="http://struts.apache.org/"]Struts[/URL], [URL="http://java.sun.com/javaee/javaserverfaces/"]JSF[/URL], [URL="http://www.springsource.org/"]Spring[/URL] and then you can [URL="http://java-source.net/open-source/web-frameworks"]check quite a few here[/URL]. Re: About learning spring,strut,hibernate? Programming Software Development by peter_budo … always start from provider web site [URL="http://www.springsource.org/"]Spring[/URL] (or [URL="http://static.springframework… Re: NetBeans Profiler and memory analysis Programming Software Development by quuba I have not experience in this theme. [url]http://www.springsource.com/files/uploads/all/pdf_files/news_event/Inside_the_JVM.pdf[/url] [url]http://www.yourkit.com/docs/net40/help/memory_leaks.jsp[/url] Re: Java SQL problem in abstract class Programming Software Development by ~s.o.s~ … connection) create a class similar to [URL="http://static.springsource.org/spring/docs/2.5.6/api/org/springframework/jdbc… Re: learnig Struts Hibernate Spring Programming Software Development by peter_budo Hibernate [URL="http://www.hibernate.org/docs.html"]Community material[/URL] [URL="http://static.springsource.org/docs/Spring-MVC-step-by-step/index.html"]Developing a Spring Framework MVC application step-by-step[/URL] [URL="http://wiki.apache.org/struts/StrutsTutorials"]Struts Tutorials[/URL] Re: Problem in AOP XML Spring Programming Software Development by iceandrews … adjust the Spring framework. It looks like [url]http://www.springsource.org/documentation[/url] has good documentation, you can probably find… Re: Program takes long time to load Programming Software Development by stultuske … code, whether you load it in NetBeans, Eclipse, TextPad, JCreator, Springsource Tool Suit, or just plain old notepad, will not be… Re: What OS and IDE do you use? Community Center Geeks' Lounge by stultuske hmm ... I usually work on a Windows machine, but IDE tends to differ: NetBeans: when I'm writing a simple class lib Eclipse: for 'normal' webapps SpringSource <eclipse based>: when working on a GWT project JCreator or Notepad++: when I'm creating small, single class app's Re: Need Information Programming Software Development by stultuske or, if you want to develop applications using the Spring framework: the Eclipse based SpringSource has some nice plugins. Re: structs or spring Programming Web Development by IIM It depends on requirement .For more details check[ this](http://forum.springsource.org/showthread.php?16553-Spring-MVC-Web-Framework-versus-Struts) Re: J2EE version? Programming Software Development by ~s.o.s~ … into other lightweight alternatives like the [Spring stack](http://www.springsource.org/) in case you are looking for migrating an enterprise… Re: Which IDE do you use? Why? Programming Software Development by stultuske I use JCreator (lightweight), Eclipse and/or SpringSource for web-applications and NetBeans for desktop applications and class … Re: forum like software using java Programming Software Development by ~s.o.s~ … mind: * [Vaadin](https://vaadin.com/home) * [Spring MVC](http://static.springsource.org/spring/docs/3.0.x/reference/mvc.html) * [Play… Re: Common tasks in java Programming Software Development by dimasalang … your database queries. Spring >> [Click Here](http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html… Re: Unable to call the DAO classes through JUnit testcases Programming Software Development by mvmalderen Did you put a component scan into your beans configuration file? More info: http://static.springsource.org/spring/docs/3.0.0.M3/reference/html/ch04s12.html Re: Your Preferred Editor Community Center Geeks' Lounge by stultuske … more likely to boot up eclipse, or the eclipse based SpringSource IDE. In the end, it all depends on which IDE… Re: About Spring framework Programming Software Development by stultuske http://www.springsource.org there are also some very good books around: Spring in action (3rd edition) Spring in practice is about to be released . Re: Learning J2EE Programming Software Development by stultuske … everything about it" story. [Spring official site](http://www.springsource.org) but my advice, don't just go for 'online… Re: how to call different java method based on html select option choice? Programming Web Development by stultuske actually, saying you are using NetBeans as IDE shows that you're notr really experienced. if you were, you would know that String myString = new String("yup"); just like any other code in java, does exactly the same when written in NetBeans, VI, notepad, eclipse, SpringSource, JCreator, ... Re: ModelAndView in spring Programming Web Development by LastMitch >I'm really confused with this..don't both of them do the same job?? if not, could anyone please explain me. I'm no familiar with JSP Framework. I think there are different in term of how you used it. Read this: http://static.springsource.org/spring/docs/2.0.2/api/org/springframework/web/servlet/ModelAndView.html Re: need Spring tutorial with examples Programming Software Development by jwenting www.springsource.org comes to mind. Why go further than the source for samples when they have a lot of them? Re: Hibernate and Spring Certification Programming Software Development by stultuske [Spring certification program](https://spring.io/blog/2008/01/17/the-springsource-certification-program) [JBoss/...](http://www.redhat.com/certification/jbcd_persistence/) look at this for hibernate