Spring by Example

Skip to main content.

50 Recent Changes in Example Web retrieved at 13:56 (GMT)

SpringModulesWithCommonsConfiguration %LOCKED% 11 Sep 2008 - 07:59 - r5 DanielP
Overview If you want to take advantage of the features offered in commons configuration to load your application properties into your spring context you can use ...  
SimpleSpringWebServices %LOCKED% 03 Aug 2008 - 20:40 - NEW DavidWinterfeldt
Overview Web Configuration /WEB INF/web.xml The MessageDispatcherServlet needs to be defined and !URL patterns it will handle. spring ws ...  
SimpleGwtSpringWebapp %LOCKED% 03 Aug 2008 - 04:47 - NEW DavidWinterfeldt
Overview View a working demo of the application at http://www.springbyexample.org/simple gwt/ . Web Configuration Excerpt from /WEB INF/web.xml All JSP requests ...  
SpringByExampleJDBC %LOCKED% 27 Jul 2008 - 15:14 - r2 DavidWinterfeldt
Overview Note: !SimpleDriverDataSource was added to the Spring Framework in version 2.5.5, so 2.5.5 or higher is needed to run version the Spring by Example JDBC ...  
SimpleSpringWebFlowWebappComments %LOCKED% 17 Jul 2008 - 15:51 - r2 RyanCatambing
JimmyLin 04 Jul 2008 01:23 Nice example! Thanks for illustrating! Im looking forward to your next more advanced sample. If you could post a more complex sample focus ...  
OneToManyJpaHibernateConfiguration %LOCKED% 11 Jul 2008 - 03:57 - NEW DavidWinterfeldt
Overview Note : This example has the !DAO class extend JpaDaoSupport and uses the JpaTemplate , but Spring recommends the native !JPA style of coding. "JpaTemplate ...  
SpringWebFlowSubflowWebapp %LOCKED% 26 Jun 2008 - 23:33 - r2 DavidWinterfeldt
Overview View a working demo of the application at http://www.springbyexample.org/swf subflow/ . Spring Configuration /WEB INF/webflow config.xml This is a basic ...  
SimpleSpringWebFlowWebapp %LOCKED% 19 Jun 2008 - 19:40 - r2 DavidWinterfeldt
Overview View a working demo of the application at http://www.springbyexample.org/simple webflow/ . Web Configuration Excerpt from /WEB INF/web.xml This would ...  
SimpleSpringSecurityWebapp %LOCKED% 07 Jun 2008 - 18:53 - NEW DavidWinterfeldt
Overview View a working demo of the application at http://www.springbyexample.org/simple security/ . Web Configuration /WEB INF/web.xml The 'springSecurityFilterChain ...  
BasicWebappInternationalization %LOCKED% 30 May 2008 - 19:24 - NEW DavidWinterfeldt
Overview View a working demo of the application at http://www.springbyexample.org/simple form/ . Web Configuration Excerpt from /WEB INF/web.xml The character ...  
SimpleSpringMVCFormAnnotationConfigWebapp %LOCKED% 24 May 2008 - 18:16 - r3 DavidWinterfeldt
Overview View a working demo of the application at http://www.springbyexample.org/simple form/ . Web Configuration /WEB INF/web.xml Below is the basic web.xml ...  
SimpleSpringTransactionalJUnit4Test %LOCKED% 02 May 2008 - 15:30 - NEW DavidWinterfeldt
Overview Spring Configuration A 'transactionManager' bean is setup for the Transactional annotations to use and the !DataSource from the shared context (not shown ...  
HibernateTransactionAnnotationConfiguration %LOCKED% 02 May 2008 - 06:56 - NEW DavidWinterfeldt
Overview Spring Configuration To process annotation based transaction configuration a 'transactionManager' bean needs to be created and this will be used by PersonDaoTransactionTest ...  
OneToManyHibernateAnnotationConfiguration %LOCKED% 02 May 2008 - 05:54 - NEW DavidWinterfeldt
Overview Spring Configuration The HsqldbInitializingDriverManagerDataSource is used to initialize the test !HSQLDB database and the LocalSessionFactoryBean is ...  
OneToManyHibernateXmlConfiguration %LOCKED% 02 May 2008 - 04:36 - NEW DavidWinterfeldt
Overview Spring Configuration The HsqldbInitializingDriverManagerDataSource is used to initialize the test !HSQLDB database and the LocalSessionFactoryBean is ...  
SimpleHibernateXmlConfiguration %LOCKED% 23 Apr 2008 - 17:13 - r3 DavidWinterfeldt
Overview Spring Configuration Hibernate Configuration The HsqldbInitializingDriverManagerDataSource is used to initialize the test !HSQLDB database and the LocalSessionFactoryBean ...  
SpringByExampleLoggerBeanPostProcessor %LOCKED% 26 Mar 2008 - 12:29 - NEW DavidWinterfeldt
Overview Tim Voet developed this idea and posted the initial code on the site. Spring Configuration All of the logger will ignore any logger that isn't defined in ...  
SpringByExampleHttpClientTemplate %LOCKED% 26 Mar 2008 - 04:53 - r3 DavidWinterfeldt
Overview Spring Configuration Basic Configuration Set a default !URI for the HttpClientTemplate . HTTP Authorization Configuration ...  
SpringByExampleHttpClientOxmTemplate %LOCKED% 08 Mar 2008 - 06:29 - r3 DavidWinterfeldt
Overview Spring Configuration Define a marshaller/unmarshaller and set on HttpClientOxmTemplate along with it's default uri. ...  
SimpleSpringJDBCTemplate %LOCKED% 07 Mar 2008 - 15:33 - r2 DavidWinterfeldt
Overview Spring Configuration The Spring JDBC Template just needs a DataSource . This DataSource automatically initializes an HSQL DB with the schema.sql script ...  
SpringMetaForm %LOCKED% 05 Mar 2008 - 06:34 - r8 DavidWinterfeldt
Name Type Size Values Tooltip message Attributes Title text 80 Click this link to edit the available tags M Description textarea ...  
OpenSourceProjectList %LOCKED% 05 Mar 2008 - 06:30 - r6 DavidWinterfeldt
Name Description AspectJ Aspect oriented framework for Java to address modularization issues that standard Object Oriented programming can't address. Axis ...  
SpringProjectList %LOCKED% 03 Mar 2008 - 05:59 - r3 DavidWinterfeldt
Name Description Spring Batch Provides a generic framework for Batch oriented processing. Spring Dynamic Modules Spring Dynamic Modules provides integration ...  
SpringByExampleJCRModule %LOCKED% 25 Feb 2008 - 19:20 - r2 DavidWinterfeldt
Overview A special thanks to Coders for making this contribution available. Spring Configuration The first bean definition defines defines the Jackrabbit repository ...  
SLF4JPostBeanProcessor %LOCKED% 20 Feb 2008 - 03:40 - NEW TimVoet
Overview This can be customized for any application. I was in need of auto injecting an already configured logger into all classes, without having the developer ...  
AspectJLoadTimeWeavingInSpring %LOCKED% 10 Feb 2008 - 22:17 - r2 DavidWinterfeldt
Overview Spring 2.5 added support to make it easier to use !AspectJ's LTW. It's also finer grained because you can activate it in specific classloaders using the ...  
SpringModulesJCRNodeCreationRetrieval %LOCKED% 09 Feb 2008 - 23:02 - r2 DavidWinterfeldt
Overview This example uses Apache Jackrabbit for the Java Content Repository which is the reference implementation for JSR 170. A special thanks to Coders for making ...  
DynamicTilesSpringMVCModule %LOCKED% 05 Feb 2008 - 06:10 - r7 DavidWinterfeldt
Overview Spring XML Configuration The tilesConfigurer bean initializes tiles with all the tiles configuration files (more than one can be specified). The tilesViewResolver ...  
SimpleTilesSpringMVCExample %LOCKED% 05 Feb 2008 - 06:08 - r8 DavidWinterfeldt
Overview Spring XML Configuration The tilesConfigurer bean initializes tiles with all the tiles configuration files (more than one can be specified). The tilesViewResolver ...  
CustomThreadScopeModule %LOCKED% 05 Feb 2008 - 06:07 - r11 DavidWinterfeldt
Overview Every request for a bean will return the same instance for the same thread. A Runnable must be wrapped in a ThreadScopeRunnable if destruction callbacks ...  
SpringWebMVCLocaleChangeExample %LOCKED% 28 Jan 2008 - 04:37 - r3 DavidWinterfeldt
Overview The locale can be changed by passing in a request parameter. To change the locale to french, just add the parameter 'siteLang fr' to the !URL for your site ...  
OpenSourceLicenseList %LOCKED% 26 Jan 2008 - 23:53 - NEW DavidWinterfeldt
Name Description Apache License, 2.0 http://www.opensource.org/licenses/apache2.0.php GNU General Public License (GPL) http://www.opensource.org/licenses ...  
SpringCoreList %LOCKED% 22 Jan 2008 - 05:22 - r3 DavidWinterfeldt
Name Description Spring AOP Spring Beans Spring Context support Spring Context Spring Core Spring JDBC Spring JMS ...  
SpringCoreVersionList %LOCKED% 22 Jan 2008 - 05:22 - r2 DavidWinterfeldt
Name Description 1.0 2.0 2.5 N/A  
WebPreferences %LOCKED% 01 Mar 2007 - 06:32 - r13 TWikiContributor
Example Web Preferences The following settings are web preferences of the Example web. These preferences overwrite the site level preferences in . and ...  
WebTopicList %LOCKED% 15 Nov 2006 - 19:43 - r3 TWikiContributor
 
WebIndex %LOCKED% 15 Nov 2006 - 19:43 - r4 TWikiContributor
 
WebSearch %LOCKED% 15 Nov 2006 - 19:43 - r3 TWikiContributor
 
WebSearchAdvanced %LOCKED% 15 Nov 2006 - 19:43 - r3 TWikiContributor
 
WebTopicCreator %LOCKED% 15 Nov 2006 - 19:43 - r2 TWikiContributor
 
WebChanges %LOCKED% 15 Nov 2006 - 19:43 - r3 TWikiContributor
 
WebAtom %LOCKED% 24 Jan 2006 - 06:07 - r2 TWikiContributor
TWiki's Example web  
WebStatistics %LOCKED% 05 Apr 2005 - 10:40 - r5 TWikiContributor
Statistics for Example Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and ...  
WebHome %LOCKED% 28 Mar 2005 - 09:40 - r6 TWikiContributor
... ... ... Example Web Utilities WebTopicList all topics in alphabetical order WebChanges recent topic changes in this web WebNotify ...  
WebNotify %LOCKED% 28 Mar 2005 - 09:40 - r5 TWikiContributor
TWikiGuest example #64;your.company .WebChangesAlert, ., .TWikiRegistration  
WebRss %LOCKED% 28 Mar 2005 - 09:40 - r4 TWikiContributor
" else "Spring by Example"}% /Example Spring by Example is for Spring developers to collaborate by sharing Spring configuration and code examples.  
WebLeftBar %LOCKED% 28 Mar 2005 - 09:40 - r4 TWikiContributor
" warn "off"}%  

Number of topics: 47

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes

Comments