openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
PlastRegSystem
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
3 days
ago. based on code collected
4 days
ago.
Mar 12, 2025 — Mar 12, 2026
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'master' of https://github.com/linster/PlastRegSystem.git
John Slevinsky
More...
about 12 years ago
Whoops, no such thing as threadglobal
John Slevinsky
More...
about 12 years ago
Fix slight typo on constructing Online Info view
Stefan Martynkiw
More...
about 12 years ago
Possibly fix authenticaion problems?
John Slevinsky
More...
about 12 years ago
New controllers for forms
Stefan Martynkiw
More...
about 12 years ago
Added new views
Stefan Martynkiw
More...
about 12 years ago
ViewChanges working. Added Authentication storage into a THREAD_LOCAL. Bug on logging out though. See PlastRegSystemUI.java for the comment explaning it.
Stefan Martynkiw
More...
about 12 years ago
Rearchitected app so that the MainShellView is the main frame for the app. Navigator swaps out the panel, not the whole UI. Added method to destroy drawing of navtree/mainmenu on logout.
Stefan Martynkiw
More...
about 12 years ago
Fixed the issue with the apppanelcomponent. Now the children of MainShellView can set their own apppanel components.
Stefan Martynkiw
More...
about 12 years ago
Put label in onlineaccountinfo. Doesn't acctually work.
John Slevinsky
More...
about 12 years ago
Started added another form view to the system. Added a .sql file containing everything in the database needed to run the app. Import it with HeidiSQL.
Stefan Martynkiw
More...
about 12 years ago
Played around with Layouts. Added a NoAuthenticationException to deal with the NullPointerExceptions when the Authentication object is attempted to be accessed before the login is complete.
Stefan Martynkiw
More...
about 12 years ago
Tried to add Hierarchial authentication, but it didn't work.
Stefan Martynkiw
More...
about 12 years ago
Adding Heirarchial roles.
Stefan Martynkiw
More...
about 12 years ago
Spring Security is now authenticating based on a MariaDB database.
Stefan Martynkiw
More...
about 12 years ago
Added ViewChangeListener. Now all views except the login view must be authenticated to be seen.
Stefan Martynkiw
More...
about 12 years ago
Finished refactoring in an Authentication EventBus.
Stefan Martynkiw
More...
about 12 years ago
Refactored Views into a seperate UI package.
Stefan Martynkiw
More...
about 12 years ago
Completely made a new Eclipse project using Servlet 2.4.
Stefan Martynkiw
More...
about 12 years ago
Added SpringSecurity into the project. It now compiles. Had to add Spring-context manually as a jar from MavenDB.
Stefan Martynkiw
More...
over 12 years ago
Fixed the NullPointerException on the login page. Turns out that the singleton I made initially never had a way to change it's contained Navigator object to anything but null. Woops.
Stefan Martynkiw
More...
over 12 years ago
More fiddling to get the button click handler working. When I got bored of that, I tried to center align the login form on the page.
Stefan Martynkiw
More...
over 12 years ago
Got the Navigator to work (sorta). It now loads the login view. Had to re-subclass MainShellView and LoginView from UI to Panel. UI seems to be pretty greedy in it's importance within the application.
Stefan Martynkiw
More...
over 12 years ago
Created the MasterNavigator class. This is a singleton class (only one instance of it exists globally) that contains a Navigator object. (The navigator object is responsible for handling which webform gets displayed, the URL for the form, etc. The navigator loads and executes classes which implement the View interface, calls the class' .enter() method, and then proceeds. The beauty of this is that any Spring Security Authorization (user level) checking can be done at the .enter() method, and an Access Denied can be thrown securely.)
Stefan Martynkiw
More...
over 12 years ago
Initial commit of the new Architectural classes needed to implement the login system.
Stefan Martynkiw
More...
over 12 years ago
Dummy comment to test whether creating a branch works in SmartGit
Stefan Martynkiw
More...
over 12 years ago
Refactored the mainshell code after learning about the Observer Pattern. Moved all the stuff from MainShellControl into MainShellView so that the MainShellControl.java file will house the Controller code for the MainShellView.
Stefan Martynkiw
More...
over 12 years ago
Update README.md
linster
More...
over 12 years ago
Figured out how to allow the root node of a tree to switch to an app. (Click on the DummyTable node and it switches).
Stefan Martynkiw
More...
over 12 years ago
Added a listener to the NavTree to display which notification is active
Stefan Martynkiw
More...
over 12 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree