root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4205 [4205] 27/01/09 15:53:25 michael Ensure that the entity manager is always closed after the response has …
(edit) @4024 [4024] 11/11/08 12:59:31 michael Tag 0.5 release
(edit) @3989 [3989] 19/10/08 16:09:39 michael Various minor fixes: - Treat dates as dd/MM/yyyy to workaround locale …
(edit) @3981 [3981] 08/10/08 12:46:35 michael Update to Restlet 1.1-RC2
(edit) @3978 [3978] 07/10/08 08:13:07 michael Code tidy
(edit) @3881 [3881] 22/07/08 21:28:28 michael Release 0.4 makes restlet-jpa more modular and fixes XTC dependencies
(edit) @3880 [3880] 22/07/08 21:27:50 michael Fix build and version
(edit) @3879 [3879] 22/07/08 21:27:34 michael Premature tagging
(edit) @3877 [3877] 22/07/08 20:48:32 michael Tagged wrong project
(edit) @3876 [3876] 22/07/08 20:48:02 michael Release 0.4 which fixes XTC dependencies
(edit) @3875 [3875] 22/07/08 20:47:40 michael Fix XTC version
(edit) @3873 [3873] 22/07/08 20:45:10 michael Release 0.4.4 which fixes restlet-jpa dependencies
(edit) @3700 [3700] 13/03/08 14:12:58 michael Fix support for "null" values and add convience methods for next/previous …
(edit) @3691 [3691] 12/03/08 17:14:06 michael More converters support.
(edit) @3677 [3677] 05/03/08 22:48:40 michael Adding back some converters.
(edit) @3666 [3666] 04/03/08 13:16:08 michael Remove context injection and rejig Entity Router? to be a bit more robust + …
(edit) @3640 [3640] 26/02/08 16:25:15 michael Fix behaviour when dealing with parent/child entity urls.
(edit) @3639 [3639] 25/02/08 22:04:13 michael Annotation based EntityResource. EntityFinder uses reflection on the …
(edit) @3622 [3622] 15/02/08 11:14:30 michael Tag 0.3 release
(edit) @3621 [3621] 15/02/08 11:13:29 michael Remove unrequired JSON dependency
(edit) @3613 [3613] 12/02/08 17:16:29 michael Working support for child entities. Supports full URL<->entity mapping. …
(edit) @3609 [3609] 11/02/08 15:05:31 michael Allow child resources to find their parents. Refs #4, spent 0.25
(edit) @3607 [3607] 11/02/08 14:11:08 michael Support base URL for the root router. Also ensure that getEntityURL is …
(edit) @3606 [3606] 11/02/08 13:53:31 michael Huge refactor to better support child entities and make cleaner …
(edit) @3604 [3604] 07/02/08 16:29:46 michael More flexible as a full filter. Refs #3, spent 0.1
(edit) @3603 [3603] 07/02/08 16:14:07 michael Update build revision & status
(edit) @3602 [3602] 07/02/08 16:13:38 michael Separate transaction handling. Closes #3, spent 0.5
(edit) @3580 [3580] 04/02/08 14:21:48 michael 0.2 release
(edit) @3578 [3578] 04/02/08 14:20:59 michael 0.2 release
(edit) @3577 [3577] 04/02/08 14:17:18 michael Tidy up resource structure and move entity/list initialisation into an …
(edit) @3564 [3564] 28/01/08 21:37:52 michael Accidentally removed JSON library…
(edit) @3563 [3563] 28/01/08 21:21:54 michael Support for entity collections and lots of docs.
(edit) @3539 [3539] 18/01/08 16:40:44 michael WIP commit of the refactor to make restlet-jpa more user-friendly (i.e. …
(edit) @3522 [3522] 04/01/08 10:45:54 michael Tag before major refactoring
(edit) @3318 [3318] 26/10/07 13:45:35 michael Allow for subclassing to use form data for other updates not supported by …
(edit) @3199 [3199] 05/10/07 14:30:12 michael refresh == undo == bad
(edit) @3198 [3198] 05/10/07 14:19:23 michael Support conversion to enum or entities.
(edit) @3188 [3188] 03/10/07 13:47:09 michael Added support for search.
(edit) @3175 [3175] 27/09/07 16:00:58 michael Workaround OpenJPA not supporting subList()
(edit) @3093 [3093] 06/09/07 14:16:00 michael Fix compile error.
(edit) @3091 [3091] 06/09/07 13:52:57 michael Enable pseudo sub-resources (created by mapping to a URI which overlaps …
(edit) @3018 [3018] 17/08/07 11:39:07 michael Tagging first release.
(edit) @3017 [3017] 17/08/07 11:36:00 michael Add JPA configuration required for testing.
(edit) @3016 [3016] 17/08/07 11:32:45 michael Fix tests.
(edit) @2970 [2970] 07/08/07 15:47:42 michael Fix Entity Manager? management :)
(edit) @2963 [2963] 05/08/07 15:25:02 michael Transaction scopes a request - not ideal transaction handling, but a good …
(edit) @2956 [2956] 03/08/07 17:04:15 michael More flexible queries for entity list.
(edit) @2945 [2945] 31/07/07 13:19:01 michael Renamed the converter interface and made it an abstract class to provide …
(edit) @2941 [2941] 30/07/07 21:57:53 michael Some simple converters.
(edit) @2940 [2940] 30/07/07 21:52:04 michael Added copyright & licence. Changed from resource factories to …
(edit) @2932 [2932] 27/07/07 21:06:12 michael Basic support for create (POST), update (PUT) & delete (DELETE). Create …
(edit) @2931 [2931] 27/07/07 21:02:14 michael Allow query params to be optional - required to support PUT/DELETE via. …
(edit) @2923 [2923] 24/07/07 22:43:36 michael JSON representation support to use URLs for known entities.
(edit) @2903 [2903] 18/07/07 16:38:14 michael Fix to support id's with special chars like @
(edit) @2885 [2885] 13/07/07 11:24:20 michael Support for retrieving URLs for any (known) entity.
(edit) @2883 [2883] 12/07/07 21:28:59 michael Redirect from /entity to /entity/ so that links in the list can be …
(edit) @2880 [2880] 12/07/07 16:02:26 michael Reorder to clarify configuration relationships for dependencies
(edit) @2878 [2878] 12/07/07 15:58:33 michael ignore derived folders
(edit) @2873 [2873] 12/07/07 15:43:38 scott fix for using factory
(edit) @2872 [2872] 12/07/07 15:14:41 michael Move to a factory model for representation creation.
(edit) @2871 [2871] 12/07/07 13:44:00 scott update for generic templates
(edit) @2870 [2870] 12/07/07 13:15:21 scott abstract entity converter
(edit) @2868 [2868] 11/07/07 22:06:04 michael Fix hibernate dependencies - stupid jboss poms
(edit) @2867 [2867] 11/07/07 22:00:38 michael Import from accounts project
(edit) @2866 [2866] 11/07/07 21:55:10 michael Proper structure
(edit) @2865 [2865] 11/07/07 21:54:49 michael Proper structure
(edit) @2864 [2864] 11/07/07 21:53:59 michael Package structure
(edit) @2863 [2863] 11/07/07 21:52:38 michael Basic project structure
(add) @2862 [2862] 11/07/07 16:49:45 michael Reslet JPA integration project
Note: See TracRevisionLog for help on using the revision log.