Posts Tagged ‘SUG’

Spring User Group speaker icebreaker

Wednesday, August 12th, 2009

The ice has been broken. The first step on the path to future speeches has been taken.

First of all I would like to thank each and every one in the audience for the great support. You can now download the demo source code and the OSGi presentation material.

You can also download Dr David Syer’s Spring Batch presentation.

Videos and photos from the event will be uploaded to our website and to the upcoming Cake blogs, so keep an eye on us.

The first Spring User Group in Manchester

Tuesday, April 21st, 2009

The first Spring User Group (SUG) event was held in Manchester on the 8th April at the Core Technology Centre in Manchester (a superb venue for anyone looking to hold an event in the North West). 46 people attended, which was fantastic for the first event and the feedback was all very positive. Attendees travelled from as far a field as Glasgow, Southport, the Midlands as well as Manchester and surrounding areas.

We were treated to practical demonstrations by Rob Harrop from Spring Source on Building REST applications with Spring Framework 3.0 and Jan Machacek from Cake Solutions on Building an application using the Spring Framework 3.0. The video of both talks can be seen at, http://vimeo.com/channels/opensourcecentral. The code for Rob’s talk can be found at http://github.com/robharrop/restlist/tree/master or for checkout users can simply do: git://github.com/robharrop/restlist.git. Jan’s code can be found at http://www.cakesolutions.net/teamblogs/2009/04/09/sug-source-code/.

The topics most requested for talks in future events were OSGI, Groovy and Spring security, we are actively arranging talks on these subjects. The consensus was that the SUG North West be run bi-monthly so the provisional date for the next meeting is the 3rd June 2009 at the same venue. If you want to be kept in the loop for future events or announcements please join the LinkedIn North West Spring User Group, e-mail me at guy@springusergroup.org.uk or visit the SUG website at http://www.springusergroup.org.uk/.

SUG source code

Thursday, April 9th, 2009

You can now download the source code for my talk here. You will need to modify the location of the HSQL data file. Currently, it is /Users/janm/Writing/s3wa/code/uk.org.springusergroup.s3wa.repository/src/test/db/t for the test database and /Users/janm/Writing/.../.../p for the “production” database. You will need to find the module-context-t.xml file in the repository and cookbook nodule and the module-context-p.xml in the repository module and modify the path to the database to suit your system.

Once you’ve done that, you can build the application. To do that, go to s3wa/trunk/build-s3wa and run ant test.

Once it says BUILD SUCCEEDED, you can open the project in IntelliJ IDEA or drop the war (in ../integration-repo/org.uk.springusergroup/org.uk...web/1.0.0/uk.org...web-1.0.0.war) into Tomcat.

Don’t forget to download the PDF chapter from the “Building Spring 3 web applications” post and keep an eye on that post for updates to the PDF.