0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected JMeter test plan More... almost 12 years ago
Added JMeter test plan More... almost 12 years ago
Updated dependencies More... almost 12 years ago
Refactored to have a code closer to the Scala version More... almost 12 years ago
Clean up More... almost 12 years ago
Removed Glassfish, use Jetty instead More... almost 12 years ago
Adding Jetty support. App can be launchh with mvn -Pjetty-run More... almost 12 years ago
Dependency simplification in Maven for Glassfish More... almost 12 years ago
CDI simplification No more dependency to EJB API More... almost 12 years ago
Merge pull request #1 from glaforge/master More... almost 12 years ago
Mention that I made some updates to the initial version More... almost 12 years ago
Back to the simpler dynamic version, as per Julien's request More... almost 12 years ago
Some further changes with static compilation of the user repository class More... almost 12 years ago
Use @CompileStatic for the UserRepository class as well More... almost 12 years ago
Use @CompileStatic for the User class as well More... almost 12 years ago
Upgrading GMaven to use the Groovy 2.0 provider, and forcing usage of 2.0.0-rc-3 (waiting for rc-4 and 2.0 final to be released soon) More... almost 12 years ago
Not really needed to use command chain expressions here More... almost 12 years ago
Make the code a little nicer with property access notation More... almost 12 years ago
Use a collect{} method instead of looping with each. Nicer to use a collect call, to transform one collection into another, doing a one-to-one transformation to get a new collection of those new elements More... almost 12 years ago
Use def for local variables inside methods' bodies More... almost 12 years ago
Although Groovy allows non-typed fields, it's usually a good practice to type fields, method signatures and return types. It's useful for reading and maintaining the code afterwards, as well as helping IDEs with code-completion and such. More... almost 12 years ago
Change getUsers() to the users property access shortcut notation More... almost 12 years ago
Wording More... almost 12 years ago
First version of primefaces-groovy-cassandra More... almost 12 years ago
first commit More... almost 12 years ago