October 20, 2010 at 9:30 am
· Filed under Java, Meetings, Downloads
Spring Dallas User Group Wednesday, October 20th, 2010
TOPIC: Spring Hello World, Spring Threading and Spring Persistence Examples by Brian Hurley
6:30 to 7:00 Pizza
7:00 Main Meeting
Abstract: - Getting started with Spring is very easy and I’m going to start by showing an example web app that I created for my company to show the people that know Java but have not experienced dependency injection or Spring MVC yet. This just shows the basics of getting started. Next I’ll show how to create scheduled and asynchronous threads and launch them from a controller. This part builds on the first presentation but just uses the annotation style of defining Spring threading. I’ll go over why I didn’t build any XML example also. Lastly, we will cover persistence examples using straight Java, Spring JDBC, MyBatis and Hibernate. These examples will just use basic CRUD operations but give you a getting started example and a good comparison between the difference techniques.
BIO: Brian Hurley has been programming for about 30 years. He has been working for Texas Instruments for the last 21 years and programming Java for the last 9 years. Brian is the Secretary of JavaMUG (http://javamug.org) for the last 2 years, and has the leader of the Dallas Spring User Group for 2010. When not programming he likes to play with his 3 kids and two dogs.
MEETING LOCATION:
Improving Enterprises.
15950 Dallas Parkway
Suite 500
Dallas, TX 75248
Directions and information can be found on our meeting location page. http://www.springdallasug.org?page_id=72
The building doors lock at 7:00 and we will not have anyone to shuttle people around. Please be there before 7:00.
Spring Dallas User Group: http://www.springdallasug.org
Code Examples:
Spring Hello World Demo
Spring Scheduling Demo
Spring Persistence Demo
Regards,
Brian Hurley
Secretary JavaMUG
Email: secretary@javamug.org
Twitter: http://www.twitter.com/m7cs
LinkedIn: http://www.linkedin.com/in/brianhurley1
Permalink
August 20, 2008 at 4:08 pm
· Filed under Java, Meetings
TITLE:
Introduction to ExtJS and Spring
ABSTRACT:
ExtJS is a JavaScript library used for building RIAs without the need for plug-ins. It is a complete MVC framework for the browser and includes a feature-rich widget library. This talk will introduce you to the ExtJS library, with an overview of the widgets and MVC components. It will also show how to wire up the ExtJS AJAX features to the Spring MVC stack so you’ll understand how to integrate ExtJS into your own applications.
BIO:
Tim Sporcic is a software development manager with a large financial services company in Plano, Texas. He has been working with Java since the JDK 1.1 days on everything from enterprise systems to an embedded Java operating system featured at JavaOne. Tim has been recently focusing on client-tier RIA development using JavaScript, CSS and XHTML.
Get Tim’s slides and examples here
WHEN:
August 20th
- Social - 6:30 PM
- Meeting - 7:00 PM
WHO TO TELL:
Tell your friends in the office who are interested in Spring.
WHERE TO GO:
Our meetings are now at the offices of Improving Enterprises. Directions and information can be found on our meeting location page. The building doors lock at 7:00 and we will not have anyone to shuttle people around. Please be there before 7:00.
–Erik Weibust
–Andy Hoffman
Permalink
May 20, 2008 at 6:46 am
· Filed under Java, Downloads
I ran across a link to the DZone Refcardz in a JavaLobby newsletter last week. The idea of reference cards (think laminated cards of formulas for chemisty, physics, etc. that you see in stores) for some of our more commonly used Java tools sounded like a good idea so I went and took a look. I signed up without giving away too much personal info and requested all of the cards (4 total right now). I then got e-mails (one per card) that gave me a download link for the pdf.
With that said, the Spring Configuration refcard by Craig Walls is very good. Craig mostly covered the XML configuration and namespaces but also includes a section on the annotations related to these. The really important part is that these are all now in a single place, not broken up in the book or the user docs. There are 8-pages and the overall card is professionally done with good coloring and highlighting of the information. In the future, I’ll be using this as a reference aid in the Introduction to Spring course that I teach at CCCCD Continuing Education department.
My only problem (a very minor and personal one) is that they didn’t put page numbers on them anywhere. Usage of a refcard is best when it is right at hand and I’m old-school enough that I like some things on paper and while the layout of the information is pretty much self-contained by page; page numbers are easy enough to add.
UPDATE: The commenter’s are correct in that there are pages numbers. The just didn’t print for me due to printer settings.
So go take a look for yourselves.
Permalink