2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-04-30 18:48:13 -07:00
Commit graph

966 commits

Author SHA1 Message Date
2da694c283 Code cleanup 2022-12-31 02:38:57 -05:00
8bf8e4643c Cleanups 2022-12-31 01:21:20 -05:00
c8201db2cc Updated version to 0.9.3 2022-12-30 20:21:51 -05:00
3595533aef Added validation example. 2022-12-30 20:16:58 -05:00
892725721f Code cleanups.
Renamed ValidationBuilderXhtml to ValidationBuilderHtml.
2022-12-30 20:11:59 -05:00
4cfc408718 Added example of how to generate SVGs with RIFE2's template engine 2022-12-30 11:05:07 -05:00
cb6b63c03e Fixed typo in standalone run task 2022-12-29 21:55:24 -05:00
a7e0b7f630 Faster hex conversion for URL encoding 2022-12-29 21:01:35 -05:00
f4ee8c8054 Performance improved for URL encoding and decoding 2022-12-29 20:51:12 -05:00
9b05ff2319 Test fix 2022-12-29 20:50:30 -05:00
e4f06f8520 Custom implementation of encodeUrl and decodeUrl to properly encode/decode URLs based on RFC-3986 instead of the wrongly named JDK methods.
Cleanups.
2022-12-29 19:51:00 -05:00
4ffb88027c Minor cleanups 2022-12-28 21:41:13 -05:00
dce17c19a1 Added ValidationBuilder methods with fewer arguments to prevent having to pass in null. 2022-12-28 21:12:22 -05:00
3c2fd2b436 Minor cleanup 2022-12-28 19:01:57 -05:00
9c6e4b669d Cleanups 2022-12-28 16:47:28 -05:00
3b24a02834 Updated version to 0.9.2 2022-12-28 12:42:09 -05:00
8057fcc0e8 Cleanups 2022-12-28 07:38:38 -05:00
005a050ec8 Hooked web engine continuations configuration into RifeConfig 2022-12-28 07:12:04 -05:00
2ab40371bd Combined Validated and ValidatedConstrained interfaces into one Validated interface 2022-12-28 06:56:08 -05:00
728aaa5763 Updated .gitignore 2022-12-28 00:35:34 -05:00
b9f1493efa Removed accidentally committed processed files 2022-12-28 00:34:56 -05:00
0c40aa2fad Added an example of using continuations to implement a counter. 2022-12-27 22:16:21 -05:00
f77c0161dc Added an example of handling forms with continuations. 2022-12-27 21:13:29 -05:00
5bf0c65693 Cleanup and readme improvements. 2022-12-27 19:26:55 -05:00
e26943eab1 Improved example 2022-12-27 00:49:56 -05:00
f5559a5075 Updated version to 0.9.1 2022-12-26 23:05:58 -05:00
62fc8754de Added tests for CMF element 2022-12-26 23:01:10 -05:00
4a246300ee Updated version to 0.9.0 2022-12-26 20:53:22 -05:00
ce99a979b6 Minor cleanups 2022-12-26 20:51:03 -05:00
7742695db7 Minor cleanups 2022-12-26 20:49:29 -05:00
511b18a3cd Added generic query manager example, minor improvements to the GQM API. 2022-12-26 20:26:35 -05:00
46ea794512 Agent artifact changes and inclusion into Maven publishing 2022-12-26 18:29:37 -05:00
f1bc766056 Javadoc fixes 2022-12-26 18:29:04 -05:00
940692cd6e Reworked examples to have a global HelloAll example that includes all the example sites. 2022-12-26 17:52:47 -05:00
d5d7e161c1 Minor engine tweaks to better handle exception printing 2022-12-26 15:48:45 -05:00
29db2f3fb8 Added HelloContinuations example.
Build file improvements.
Added run targets for each example.
2022-12-26 15:48:26 -05:00
93d677850f Track RIFE2 generated values in the template instance itself so that you can still manually override a value and have RIFE2 only generate values when they were not manually set 2022-12-26 08:57:25 -05:00
426f08f926 Working Content Management Framework, still needs tests for the ServeContent element. 2022-12-25 23:41:53 -05:00
b0b185cd2e Use lambda for runnable 2022-12-25 11:38:00 -05:00
9e785ff38e Added POC implementation of a continuations-based workflow engine 2022-12-25 03:06:53 -05:00
968ff7aeb2 Minor engine continuations code cleanups 2022-12-24 22:58:16 -05:00
70dccf09a7 Comment tweak 2022-12-24 21:25:33 -05:00
df17c4c155 Missing files 2022-12-24 18:10:24 -05:00
86ba0c49a3 Full web continuation test suite, removed anything besides the pause() support in the web engine. 2022-12-24 18:10:13 -05:00
bc53c72128 More work on continuations 2022-12-24 15:03:54 -05:00
85aeedcf9f ASM update.
Added continuations test.
Always set filtered template values so that instances inside continuations are properly updated for each print after a resume
2022-12-24 11:08:24 -05:00
cc0310eeab WIP continuations 2022-12-24 10:31:57 -05:00
2ec7e73a5d Continuations should not use cookies 2022-12-24 08:36:18 -05:00
a3159184a4 Simplification of continuation config runtime.
First working version of web engine continuations.
2022-12-24 02:59:22 -05:00
d81f4adc36 Added continuations engine 2022-12-23 19:50:05 -05:00