FishEye

Quick Search:

Line History

0

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.8 1.1

Branch MAIN

1.8 annotated / raw | Diffs: previous, other | Lines: 252 ( +9, -2 )

Created: 2008-04-17 18:51:21 -0400 (8 months ago) | Author: pjf | Changeset: MAIN:pjf:20080417225121

- Fixed CSP-96 per discussion with Chris Scott on the issue

Tags: coldspring-1-2

1.7 annotated / raw | Diffs: previous, other | Lines: 245 ( +8, -3 )

Created: 2008-03-17 19:53:33 -0400 (9 months ago) | Author: bkotek | Changeset: MAIN:bkotek:20080317235333

Fix bugs CSP-92, CSP-93, and CSP-94.

1.6 annotated / raw | Diffs: previous, other | Lines: 240 ( +6, -3 )

Created: 2007-09-11 07:41:52 -0400 (15 months ago) | Author: scottc | Changeset: MAIN:scottc:20070911114152

Fixed error setting bean factory in the proper scope, moved initialization into setup method in RemoteProxyBean

Tags: coldspring-1-2-rc1

1.5 annotated / raw | Diffs: previous, other | Lines: 237 ( +21, -6 )

Created: 2007-06-02 17:02:57 -0400 (19 months ago) | Author: scottc | Changeset:

Removed ALL output from bean factory and aop, no system out, no logging. Added support for placeholders in map and list tags, major restructuring of bean factory, abstract bean factory, bean property

1.4 annotated / raw | Diffs: previous, other | Lines: 222 ( +6, -2 )

Created: 2006-05-14 15:47:10 -0400 (2 years 7 months ago) | Author: scottc | Changeset: MAIN:scottc:20060514194710

Changed the way that the aop ProxyFactories build the advisor chains, the advisors are now supplied by the bean factory from inside the constructBean method, which handles nonSingletons correctly. Also a small tweek for CSP-52 where the beanFactory wasn't being given to the RemoteFactoryBean

1.3 annotated / raw | Diffs: previous, other | Lines: 218 ( +34, -26 )

Created: 2006-03-09 01:09:39 -0500 (2 years 10 months ago) | Author: scorfield | Changeset: MAIN:scorfield:20060309060939

In order to proxy complex objects, such as Reactor-generated objects, we need to walk the inheritance hierarchy to find methods rather than just the most-derived CFC.

1.2 annotated / raw | Diffs: previous, other | Lines: 210 ( +21, -4 )

Created: 2006-01-28 16:33:41 -0500 (2 years 11 months ago) | Author: scottc | Changeset: MAIN:scottc:20060128213341

Changed machii.ColdspringPlugin back to using beanFactory instead of applicationContext. Created a beanFactoryUtil class just like the appContextUtils to serve the same function and used in the plugin. Also updated the remoteFactoryBean to use absolute and relative paths for writing the proxied remote service

1.1 annotated / raw | Lines: 193 ( +193, -0 )

Created: 2006-01-13 10:00:12 -0500 (2 years 11 months ago) | Author: scottc | Changeset: MAIN:scottc:20060113150012

CSP-38 - First pass at RemoteProxyBean, creating remote services for CS managed seriveces through AOP