SCM Repositories - andromda

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:


Revision 1.18.4.18 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 20:16:14 2008 UTC (9 months ago) by draftdog
Branch: V3_x_HEAD
CVS Tags: V3_3
Changes since 1.18.4.17: +0 -83 lines
Diff to previous 1.18.4.17 , to branch point 1.18 , to next main 1.21
applied MISC-50; updated @SuppressWarnings references to fully-qualified form in generated files

Revision 1.18.4.17 - (view) (download) (annotate) - [select for diffs]
Mon Feb 4 01:31:38 2008 UTC (9 months, 2 weeks ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.18.4.16: +83 -0 lines
Diff to previous 1.18.4.16 , to branch point 1.18
added support for the generation of an equalProperties(..) method in value objects, this feature is disabled by default though

Revision 1.18.4.16 - (view) (download) (annotate) - [select for diffs]
Wed Jul 18 13:40:40 2007 UTC (16 months ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.18.4.15: +3 -2 lines
Diff to previous 1.18.4.15 , to branch point 1.18
added value object template merge-point, this allows custom code such as equals()/hashcode() to be merged into value objects

Revision 1.18.4.15 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 19:59:07 2006 UTC (23 months, 1 week ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.18.4.14: +0 -3 lines
Diff to previous 1.18.4.14 , to branch point 1.18
get rid of pointless attribute initialization in default constructor (also it doesn't even use the default values that are set).

Revision 1.18.4.14 - (view) (download) (annotate) - [select for diffs]
Mon Nov 6 17:30:23 2006 UTC (2 years ago) by cwbrandon
Branch: V3_x_HEAD
CVS Tags: V3_2
Changes since 1.18.4.13: +4 -1 lines
Diff to previous 1.18.4.13 , to branch point 1.18
avoid null pointer during the copy

Revision 1.18.4.13 - (view) (download) (annotate) - [select for diffs]
Mon Nov 6 13:57:25 2006 UTC (2 years ago) by vagtsi
Branch: V3_x_HEAD
Changes since 1.18.4.12: +9 -1 lines
Diff to previous 1.18.4.12 , to branch point 1.18
fixed doubly generation of constructor if only required parameter is of type "self reference" (unit test file SelfReferencingValueObject.java contained invalid code)

Revision 1.18.4.12 - (view) (download) (annotate) - [select for diffs]
Tue Sep 5 15:48:16 2006 UTC (2 years, 2 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.18.4.11: +1 -1 lines
Diff to previous 1.18.4.11 , to branch point 1.18
fix bug where correct constructor wasn't being generated.

Revision 1.18.4.11 - (view) (download) (annotate) - [select for diffs]
Thu Mar 16 20:00:59 2006 UTC (2 years, 8 months ago) by cwbrandon
Branch: V3_x_HEAD
CVS Tags: V3_2_RC1
Changes since 1.18.4.10: +2 -2 lines
Diff to previous 1.18.4.10 , to branch point 1.18
add serial version UID to serializable enums

Revision 1.18.4.10 - (view) (download) (annotate) - [select for diffs]
Thu Mar 16 19:39:37 2006 UTC (2 years, 8 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.18.4.9: +11 -17 lines
Diff to previous 1.18.4.9 , to branch point 1.18
Value Object setters are now always public (like before), this is necessary to allow easier interoperation with other cartridges.
Use this value object change this to fix SPRING-162 (Conflict between Calendar and Date types on value object constructors) and SPRING-160 (Bug in Generation of Base DAOs toValueObject method)

Revision 1.18.4.9 - (view) (download) (annotate) - [select for diffs]
Sat Jan 28 16:42:29 2006 UTC (2 years, 9 months ago) by draftdog
Branch: V3_x_HEAD
CVS Tags: V3x_BEFORE_METAFACADE_RESET
Changes since 1.18.4.8: +167 -160 lines
Diff to previous 1.18.4.8 , to branch point 1.18
java and javadoc improvements, fixed HIB-166, JAVA-28, UMLMETA-66 (pluralization support now features languange specific inflectors, currently only English is being used, additional development is requirered to enble i18n on this)

Revision 1.18.4.8 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 17:21:13 2005 UTC (2 years, 10 months ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.18.4.7: +15 -9 lines
Diff to previous 1.18.4.7 , to branch point 1.18
improved last commit by making the setter protected when a property is frozen, all properties are publicly available even when they are flagged as private

Revision 1.18.4.7 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 16:16:08 2005 UTC (2 years, 10 months ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.18.4.6: +10 -0 lines
Diff to previous 1.18.4.6 , to branch point 1.18
added a convenience method for copying other values objects' properties into this one (useful when this object is being listened to and you don't want to replace the instance)

Revision 1.18.4.6 - (view) (download) (annotate) - [select for diffs]
Wed Dec 21 18:01:02 2005 UTC (2 years, 11 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.18.4.5: +3 -3 lines
Diff to previous 1.18.4.5 , to branch point 1.18
fullyQualifiedName was incorrectly used (should be getterSetterTypeName, so that things like arrays will work).

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Dec 18 01:03:04 2005 UTC (2 years, 11 months ago) by cwbrandon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +52 -25 lines
Diff to previous 1.20
Merge from V3

Revision 1.18.4.5 - (view) (download) (annotate) - [select for diffs]
Thu Dec 15 16:09:58 2005 UTC (2 years, 11 months ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.18.4.4: +40 -13 lines
Diff to previous 1.18.4.4 , to branch point 1.18
improvements to constructor additions, frozen properties are now final for value objects and instances are now constructed as 'good citizens'

Revision 1.18.4.4 - (view) (download) (annotate) - [select for diffs]
Thu Dec 15 09:39:23 2005 UTC (2 years, 11 months ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.18.4.3: +22 -22 lines
Diff to previous 1.18.4.3 , to branch point 1.18
improved support for value object constructors (there's a separate constructor for properties that ar erequired and/or read-only, taking care of inherited properties too)

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Dec 8 14:21:47 2005 UTC (2 years, 11 months ago) by cwbrandon
Branch: MAIN
Changes since 1.19: +5 -1 lines
Diff to previous 1.19
Merge changes from V3

Revision 1.18.4.3 - (view) (download) (annotate) - [select for diffs]
Wed Dec 7 19:33:56 2005 UTC (2 years, 11 months ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.18.4.2: +1 -1 lines
Diff to previous 1.18.4.2 , to branch point 1.18
attributes that have a multiplicity > 0 now also have templating support; Value Objects can now be made abstract

Revision 1.18.4.2 - (view) (download) (annotate) - [select for diffs]
Wed Dec 7 10:48:55 2005 UTC (2 years, 11 months ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.18.4.1: +4 -0 lines
Diff to previous 1.18.4.1 , to branch point 1.18
added support for 'frozen' value object attributes/associations (meaning they are read-only and won't have a setter method)
fixed an issue with templating where subclass elements would not be allowed in orderriding methods (MyClass<? extends T>)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Dec 5 06:02:14 2005 UTC (2 years, 11 months ago) by cwbrandon
Branch: MAIN
Changes since 1.18: +7 -0 lines
Diff to previous 1.18
merge from 3.x

Revision 1.18.4.1 - (view) (download) (annotate) - [select for diffs]
Sun Dec 4 10:18:59 2005 UTC (2 years, 11 months ago) by freter
Branch: V3_x_HEAD
Changes since 1.18: +7 -0 lines
Diff to previous 1.18
Added support for serializing. (Needed for Spring-107)

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Sep 15 21:29:51 2005 UTC (3 years, 2 months ago) by cwbrandon
Branch: MAIN
CVS Tags: Root_V3, Root_V3_x, Root_V3_x_HEAD, V3_1, V3_2RC1SNAPSHOT
Branch point for: V3_1x, V3_x_HEAD
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
add defaultValuePresent to the attribute facade, also improve default value support in the JSF cartridge's parameters

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 16:22:11 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_1RC1_tag
Branch point for: V3_1RC1
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
fix spacing

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 16:19:34 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.15: +2 -0 lines
Diff to previous 1.15
add a property for turning off property constructor generation.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jul 6 15:28:00 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.14: +4 -1 lines
Diff to previous 1.14
Fix JAVA-19 (patch by Jens Vagts)

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Mar 30 17:25:45 2005 UTC (3 years, 7 months ago) by cwbrandon
Branch: MAIN
CVS Tags: Root_V3_0x, V3_0, V3_0RC2, V3_1M1
Branch point for: V3_0x
Changes since 1.13: +7 -11 lines
Diff to previous 1.13
ordered collections where not handle correctly

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Mar 16 06:03:50 2005 UTC (3 years, 8 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_0RC1
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
don't output the package unless it exists

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Mar 16 05:30:51 2005 UTC (3 years, 8 months ago) by cwbrandon
Branch: MAIN
Changes since 1.11: +2 -0 lines
Diff to previous 1.11
only output the package if it exists

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 05:22:34 2005 UTC (3 years, 8 months ago) by cwbrandon
Branch: MAIN
Changes since 1.10: +7 -12 lines
Diff to previous 1.10
minor template refactoring

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Feb 23 12:30:55 2005 UTC (3 years, 8 months ago) by draftdog
Branch: MAIN
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
license header mapping (fixes MISC-24 for java)

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jan 11 00:47:55 2005 UTC (3 years, 10 months ago) by cwbrandon
Branch: MAIN
Changes since 1.8: +7 -7 lines
Diff to previous 1.8
make the enumerations use the new metafacade literal values, also untabify
other templates.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 13:04:16 2004 UTC (4 years, 2 months ago) by draftdog
Branch: MAIN
CVS Tags: V3_0M3
Changes since 1.7: +2 -0 lines
Diff to previous 1.7
added: serializable namespace property

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Aug 23 13:11:31 2004 UTC (4 years, 2 months ago) by cwbrandon
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
minor cleanup

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Jul 10 01:29:56 2004 UTC (4 years, 4 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_0M2
Changes since 1.5: +0 -11 lines
Diff to previous 1.5
cleanup some unused code

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 01:34:36 2004 UTC (4 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4
add ability to extend  value objects

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 20:50:49 2004 UTC (4 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
fix another indention

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 20:46:41 2004 UTC (4 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
fix some code formatting

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Jul 5 21:13:08 2004 UTC (4 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.1: +33 -13 lines
Diff to previous 1.1
change attributes to properties for constructor (so that all attributes/associations are
taken into account)

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Jul 4 00:41:23 2004 UTC (4 years, 4 months ago) by cwbrandon
Branch: MAIN
- Add two new templates to the java cartrige, Service and ServiceImpl which
will generate POJO Service objects.

- Also set "required" attribute to false for all java templates since any combination
  of them could be used (none should be required).  Now if a cartridge user uses
  the java cartridge they can set the outlets in a namespace for any of the
  templates they want to use, and all others will be ignored (meaning they won't
  get the warning exception)

- Also move java cartridge templates down a level so they are in "templates/java" (to
avoid conflicts with cartridges having templates with the same name).

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by: