summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-12General updateworkingBenjamin Culkin
It's been a bit too long for me to recall what all I was doing here and what it should've been doing. Just looking at the files, I was attempting to figure out how the EO stuff works. Think I had some basic results, but just mostly added a tracing store to help w/ debugging
2024-10-14Add basic blog enttry listBenjamin Culkin
This adds a basic blog entry list to the front page. Currently, the blog entries are just populated from code, but eventually they will be pulled from the database
2024-10-14Add local deploy supportBenjamin Culkin
Add support to the POMusing maven profiles to deploy to local tomcat or the live server
2024-10-14Add additional commented out loggingBenjamin Culkin
Add some additional logging that I used to figure out how associations and the like work
2024-10-13Minor cleanupBenjamin Culkin
2024-10-13Add CSS to the blogBenjamin Culkin
Adds a proper set of CSS styles to the blog test application
2024-10-13Enhance logging for resourcesBenjamin Culkin
Add some additional logging that I used to better figure out how resources are loaded
2024-10-13Fix unit testsBenjamin Culkin
Not sure what or how I broke the identical object tests; but I'll look into them at some later point
2024-10-06UpdatesHEADtrunkBenjamin Culkin
2024-07-08Add XML property listsBenjamin Culkin
Implement support for the XML property lists that are the newer version of the ASCII ones. There are a few things that still need to be done, but all of the basics are there Next things - Allow collapsing a property list into a series of objects - Serialize both the property list and flattened objects to XML
2024-07-05More cleanupBenjamin Culkin
2024-07-01Update a whole bunch of thingsBenjamin Culkin
Yeah... not a great commit message. t.b.h, I could maybe've split the commit into more parts; but that would be quite a lot off effort and would have a pretty decent chance of at least one of the commits leaving the repository in a non-working state. For the future, will want to try and commit more often so there aren't these mega-commits where it's just "a whole bunch of stuff changed"
2024-07-01Further improvements to the test projectBenjamin Culkin
Improve further on the test project. The current end-goal for what that will be is a basic blog, with a capability to do basic CRM for the blog entries using the browser
2024-05-21Tweak gitignore moreBenjamin Culkin
2024-05-21TweakBenjamin Culkin
Clean a few things up
2024-05-21More work on getting a working exampleBenjamin Culkin
Took a little bit, but I fixed the bindings and found the place where they are supposed to be
2024-05-21Rename to avoid name conflictBenjamin Culkin
2024-05-21Work on getting a running exampleBenjamin Culkin
This current version does deploy correctly and run, but it doesn't display correctly
2024-05-21Tweak gitignoreBenjamin Culkin
2024-05-21Small tweaksBenjamin Culkin
2024-05-21Update to Jakarta EEBenjamin Culkin
2024-05-20Formatting passBenjamin Culkin
2024-05-20Some lingering tweaksBenjamin Culkin
2024-05-20Remove unnecessary filesBenjamin Culkin
2024-05-20Add gitignoresBenjamin Culkin
2024-05-20Fix POM config to compileBenjamin Culkin
2024-05-19Initial import from SVNBenjamin Culkin