0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 8 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added an Enviroment which manages the loading of the HiveRegistry and of the BeanManagers. Some bug fixes and tests More... over 20 years ago
Added a URLResourceLoader and a ClassResourceLoader. All this happened to implement some tests better. Also checked in the web-app More... over 20 years ago
Replace JavaScript beans; added Cache test; improved performance of Building JucasBeans. More... over 20 years ago
Added description to Resource, Renderer has access to render object, updated XMLJucasBean loader to take time into acount and keys, the XMLJucasBean parser takes now new descriptions More... over 20 years ago
Just added some Licence headers More... over 20 years ago
Added a render service and replaced the cache service (not dependent on OSCache anymore) More... over 20 years ago
Reworked the resource Service completely More... over 20 years ago
Removed getStaticType from JucasBean. The static type is now computed from the scheme and host part of the BeanName. More... over 20 years ago
Added a test for DefaultActionProcessor More... over 20 years ago
Factored the Action out in it's own filter More... over 20 years ago
Added some Tests, and did code formating More... over 20 years ago
Made it possible to have more than one action-code in one request; removed shut-down service (HiveMind will include something like it); added some testcoverage More... over 20 years ago
Added an include service. More... over 20 years ago
Made JucasRequestListener call ShutdownService. Updated docs added a nice RequestCycle gif More... over 20 years ago
Changed the package structure for services. Added a shut-down service More... over 20 years ago
Added a BeanManager Service so that services have access to the BeanManager. More... over 20 years ago
Changed the reqest-processing. Removed the PeerParent, made a global Listener again. Now there is a number of global listeners. Also removed the Interceptor mapping interceptors should do this now on their own More... over 20 years ago
Updated to new HiveMind. updated the hivemodule.xml and also the initializeObject to use Builder factories now More... over 20 years ago
added documentation More... over 20 years ago
Added some docs and changed the distribution build process More... over 20 years ago
Changed the build process to maven. Updated documenattion. More... over 20 years ago
Changed ActionCode to be more attribute friendly. '<' as separator replaced with '|' strings are enclosed in ' and " is replaced with &quot; but only in hiddenField. Also updated the examples to work with the new action code. More... over 20 years ago
Changed ActionCode to set the actionmethod throug an api and through a String. This seems to be easier to use. And changed the Scopes constants (Request, Session) from int to a class More... over 20 years ago
Updated the examples so that they work for now More... over 20 years ago
Removed GoOnConstants. Replaced to return false if the peer should be stopped or through an JucasActionException if the processing should be stopped. This is cleaner (also in code). More... over 20 years ago
Added a ResourceService which mapps to default directory web-inf/jucas/resources More... over 20 years ago
Reworked xml beans to have own parser without digester which provieds hivemind like locaton More... over 20 years ago
Split DefaultActionProcess in different Methods for better Testing More... over 20 years ago
Finished Test for PeerDataImpl More... over 20 years ago
Update api docs; made some Tests; made some name corrections; ClassJucasBeanFactory is now default set in. All JucasBean have in the BeanName the scheme jucas More... over 20 years ago