Keith Donald
c2eabbfd49
not used
2007-04-01 16:49:54 +00:00
Keith Donald
64628ba209
webflow ide enabled
...
updated ivys
2007-04-01 16:44:41 +00:00
Keith Donald
869f50c4d2
2007-04-01 16:38:30 +00:00
Keith Donald
cc169aa31e
2007-04-01 16:35:04 +00:00
Keith Donald
ee909a861e
webflow editor /jsp polish
2007-04-01 16:26:58 +00:00
Keith Donald
77aeb8a1ef
spring ide enabled, jsp polish
2007-04-01 16:22:30 +00:00
Keith Donald
0213bf6853
got rid of old includes for clarity and so you dont get compile errors with base wtp because it is not very smart
2007-04-01 16:01:34 +00:00
Erwin Vervaet
4e10e00b8c
Added dots at the end of the lines to follow the theme of the file.
2007-04-01 15:46:21 +00:00
Keith Donald
f650480cd2
2007-04-01 15:36:10 +00:00
Keith Donald
54da554ea5
polished jsps, webflow ide
2007-04-01 15:32:33 +00:00
Keith Donald
254aa48351
2007-04-01 14:57:06 +00:00
Keith Donald
3b34e600b1
removed non jsf std stuff
2007-04-01 14:52:18 +00:00
Keith Donald
0ac36fd4dd
not used anymore
2007-04-01 14:38:13 +00:00
Keith Donald
ccfbbcf7bf
polish
2007-04-01 14:37:10 +00:00
Keith Donald
312f89cd9c
2007-04-01 14:13:16 +00:00
Keith Donald
dcf6796834
just make it webapp
2007-04-01 14:07:53 +00:00
Keith Donald
de10f7a250
webflow enabled
2007-04-01 14:05:42 +00:00
Keith Donald
bd2db87ad3
fixed misc bugs in samples
...
cleanup
2007-04-01 13:58:35 +00:00
Keith Donald
080dd70dc5
webflow ide enabled
...
general cleanup
2007-04-01 13:41:44 +00:00
Keith Donald
37d0e7f48f
updates to log
2007-04-01 12:52:40 +00:00
Keith Donald
ef4d039fdc
2007-04-01 12:49:19 +00:00
Keith Donald
4f8eb72e65
swf273 and swf276 and swf229
2007-04-01 12:42:39 +00:00
Erwin Vervaet
8688c10ae5
Code review and simplification.
2007-04-01 09:35:25 +00:00
Erwin Vervaet
8cec07a334
Fixed JDK 1.3 compatibility issue.
2007-04-01 06:42:57 +00:00
Erwin Vervaet
7e393dc471
Introduced ResponseInstructionHandler convenience class and refactored FlowController, PortletFlowController, FlowAction and FlowPhaseListener to use it.
2007-03-31 20:44:28 +00:00
Erwin Vervaet
3ea61b06eb
Added getFlowExecutor() method to FlowExecutorFactoryBean.
2007-03-31 11:43:33 +00:00
Erwin Vervaet
8105acb66c
Improved JavaDoc.
2007-03-31 11:10:12 +00:00
Ben Hale
3850349885
forgot the timestamp
2007-03-30 23:04:46 +00:00
Ben Hale
b7f40235cb
Remove the static.springframework.org upload in leu of S3
2007-03-30 22:32:38 +00:00
Erwin Vervaet
37de3de56f
Use expression parser of mapper instead of creating a new one.
2007-03-30 10:20:23 +00:00
Erwin Vervaet
901eba3907
Added comment to indicate that class in no longer used.
2007-03-30 10:09:30 +00:00
Erwin Vervaet
c2150e9b60
Minor Polishing.
2007-03-30 09:51:30 +00:00
Erwin Vervaet
1e589a61fc
Performance improvement: just directly call doParseSettableExpression().
2007-03-30 09:42:44 +00:00
Erwin Vervaet
0331166447
AbstractExpressionParser now has a doParseSettableExpression() template method
2007-03-30 09:03:53 +00:00
Erwin Vervaet
40b5538d24
Improved JavaDoc.
2007-03-30 07:53:50 +00:00
Erwin Vervaet
375b8544cc
Added constructor taking test name argument to AbstractFlowExecutionTests, AbstractExternalizedFlowExecutionTests and AbstractXmlFlowExecutionTests.
2007-03-30 07:09:20 +00:00
Erwin Vervaet
fbd715da69
Improved JavaDoc to clarify the API contract of the ConversationManager.
2007-03-29 11:29:45 +00:00
Erwin Vervaet
b886482da5
Polishing: lazy init of FlowExecutionContinuationGroup to avoid calling conversation.lock/unlock from the FlowExecutionRepository.
...
The conversation.lock/unlock methods are now only called from ConversationBackedFlowExecutionLock, which in turn is only called from the flow executor.
2007-03-29 11:12:20 +00:00
Erwin Vervaet
c8af02186c
OgnlExpressionParser now supports OGNL collection construction syntax (SWF-274).
2007-03-28 19:13:19 +00:00
Erwin Vervaet
cfa0b10806
Improved TextToMethodSignature converter.
2007-03-28 14:04:01 +00:00
Erwin Vervaet
b752d2dbd8
Added BeanFactoryFlowVariable(String, BeanFactory, ScopeType) convenience constructor to the BeanFactoryFlowVariable.
...
Added settableExpression() method to AbstractFlowBuilder.
2007-03-28 13:05:14 +00:00
Erwin Vervaet
d7447d7a85
Added DefaultFlowServiceLocator(String, BeanFactory) convenience constructor to the DefaultFlowServiceLocator
2007-03-28 11:58:19 +00:00
Erwin Vervaet
f3c2b101ba
Added AbstractFlowBuilderFlowRegistryFactoryBean for easy setup of a flow registry containing flows built using AbstractFlowBuilders.
2007-03-28 11:18:43 +00:00
Erwin Vervaet
67d69ecc6b
Added AbstractFlowBuilderFlowRegistryFactoryBean for easy setup of a flow registry containing flows built using AbstractFlowBuilders.
2007-03-27 19:15:22 +00:00
Erwin Vervaet
a5070b92f0
Added ivy:report target.
2007-03-27 08:33:14 +00:00
Erwin Vervaet
c62384a699
ResultObjectBasedEventFactory now uses java.lang.Enum.name() to get the name of a Java 5 enum (SWF-250)
2007-03-26 09:06:07 +00:00
Erwin Vervaet
3b129e2fbb
OgnlExpression now unwraps the ognl.OgnlException to make the real exception available to the caller (SWF-255).
2007-03-26 07:49:15 +00:00
Erwin Vervaet
3c01194577
ClientContinuationFlowExecutionRepository now uses 'URL-safe Base64 encoding' (SWF-270)
2007-03-25 15:21:18 +00:00
Erwin Vervaet
2615ebfe1b
ClientContinuationFlowExecutionRepository now uses 'URL-safe Base64 encoding' (SWF-270)
2007-03-25 15:16:50 +00:00
Erwin Vervaet
8eaa5fca84
GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264).
2007-03-23 19:32:33 +00:00