Hi there,
I have a web application, that has certain data that every page needs. ie. Username, a dynmamically created menu, etc. I was wondering if AOP is the solution to this, so I don't have...
Type: Posts; User: jpwillms; Keyword(s):
Hi there,
I have a web application, that has certain data that every page needs. ie. Username, a dynmamically created menu, etc. I was wondering if AOP is the solution to this, so I don't have...
Hey everyone!
Didn't get a reply on my last post, so I am more or less just going with my gut instinct.
Last I posted, I was trying to create a form that could handle the composition of...
allright. So I've created a UserEditor object, and also a group object (because in my system a private message can also be directed to a group).
A new problem has unfolded.
Basically, I need...
I am confused by how to bind to complex objects!!
Take for example, I have a form for editing private messages in between users.
So, lets assume
id Long
User from
User to
String...
So.....
trying to wrap my head around this.
In order to track what users are logged in at any given time:
Basically, first step is to update my Authentication request object to contain the...
Hi there,
First and foremost, thanks Ben for taking the time to answer all of us!
How exactly are passwords encoded before they get put in the database?
I probably asked that vaguely,...
Let me elaborate,
I basically need to the ability to test whether user <username> is online or not. I'm not sure if clickstream will allow me to do this.
Any thoughts?
..jay @...
Hey there,
Was just brainstorming how to track the number of online users with acegi? Any ideas? My first instinct was to make an imp-lementation of AuthenticationDao to add some data to a...
Thanks gmatthews
Just trying to understand exactly what is going on here.
1) You have the interceptor run on any beanNames that end with 'htm'. Does this mean all your controllers end with...
I was just wondering what the best way to go about doing this is?
solutions as I see it
1) once a user logs in, get the matching id (from a user table for example) and store it in the users...
Hey there,
Currently, with my usuage of acegi, when a user does not have access to a page (but they are authenticated), a standard HTTP Status 403 - error is displayed. Is there anyway to get...
Hey there,
I am using http://securityfilter.sourceforge.net/ for security, but stumbled upon a problem with Spring. Basically, I had to write my own realm implementation to check against a...
Interceptors seem like a great approach, but AOP still confuses the hell out of me. Could someone post some sample code / appContext example? It would be greatly appretiated, and I'm sure it would...
for example:
- pulling a random image from an image gallery subcomponent
- pulling out a list of 'friends' of this user,
- showing the last 5 posts a user has made on the site's forums etc
...
Hey guys,
I was wondering if someone could provide me with some direction regarding composite views. ie. take for example a three column layout. I want the center column to be the main...
Hi,
I was wondering if anyone can forsee any problems using the Spring MVC framework to handle large fileuploads (ie. 60 - 90 megs in size). Can anyone offer some advice?
Thank you.
...
Hi James,
I would also be interested in seeing a UML model of a complete application. Did you ever find anything?
Thank you.
Jay.
Hi there,
I'm just doing a design class diagram for my application. How exactly should I show the spring framework in the diagram. For example, every single domain object will have been created...
I'm sure you must get a million of these posts a week. I am still trying to wrap my head around spring after reading J2ee without ejb.
Question:
Let's say I have a class called search handler....