Address.java

Diff Revision Date Message Lines Author Branch
3207 25 Mar 09

APF-267: Added Compass to dao and service layers

+8 Matt Raible trunk
3175 20 Nov 08

APF-1105: Changed to use Spring annotations (@Repository, @Service and @Autowired) in service and data modules. Read more at http://raibledesigns.com/rd/entry/moving_from_spring_s_xml.

+2 -2 Matt Raible trunk
2872 30 Aug 07

APF-861: While working at Checkmate Technologies (http://checkmate-tech.blogspot.com) earlier this year, I did a lot of work to fix Checkstyle issues in the data, hibernate, service and web (Struts 2) layers of AppFuse. They've agreed to donate this code - thanks guys!

+27 -9 Matt Raible trunk
1974 01 Nov 06

APF-280: Simplified equals() method

+3 -22 Matt Raible trunk
1946 30 Oct 06

APF-421: Changed OneToMany to ManyToMany and changed Address to use @Embeddable

+3 -6 Matt Raible trunk
1836 11 Sep 06

APF-421 - Migrate from XDoclet to Annotations for Hibernate (thanks to Mike McMahon for the patch)

+9 -7 Matt Raible trunk
1808 01 Sep 06

Upgraded to use Spring 2.0's XSD Syntax (current issues at http://forum.springframework.org/showthread.php?p=75580)

+1 -2 Matt Raible trunk
1771 29 Aug 06

Restructuring for Maven 2

+118 Matt Raible trunk
1256 11 Jan 06

Acegi now uses UserDAO for authentication rather than JDBC (http://issues.appfuse.org/browse/APF-118).

+2 -40 Matt Raible trunk
1043 24 Jun 05

issue APF-83 : refactored equals/hashCode implementation

+18 -24 sjivan trunk
888 11 Apr 05

Fixed Eclipse classpath and added serialVersionUID to all Serializable classes

+2 -1 Matt Raible trunk
523 05 Oct 04

Re-working User and UserRoles to utilize Hibernate more. Bug 69 (https://appfuse.dev.java.net/issues/show_bug.cgi?id=69). iBATIS integrated with new system as well. Still need to do Spring MVC and WebWork.

+1 -1 Matt Raible trunk
475 29 Sep 04

Added toString()

+13 Matt Raible trunk
438 29 Sep 04

Moved address information from User -> Address. Added custom equals and hashCode methods to all POJOs

+148 Matt Raible trunk