Search:

Type: Posts; User: jpwillms; Keyword(s):

Search: Search took 0.01 seconds.

  1. all pages in my web application need certain data

    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...
  2. Replies
    3
    Views
    1,192

    Problem with custom PropertyEditor....

    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...
  3. Re: I am confused by how to bind to complex objects

    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...
  4. I am confused by how to bind to complex objects

    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...
  5. Replies
    7
    Views
    3,019

    So..... trying to wrap my head around this. ...

    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...
  6. Replies
    3
    Views
    1,006

    PasswordEncoding, when does it happen?

    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,...
  7. Replies
    7
    Views
    3,019

    well, let me elaborate

    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 @...
  8. Replies
    7
    Views
    3,019

    Counting number of users online?

    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...
  9. Replies
    11
    Views
    2,810

    thanks gmatthews

    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...
  10. Replies
    1
    Views
    1,271

    getting the id of a user who is logged in?

    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...
  11. How to control behaviour when a user does not have access?

    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...
  12. using securityfilter, how do i get application context?

    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...
  13. Replies
    11
    Views
    2,810

    Interceptors seem like a great approach, but AOP...

    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...
  14. Replies
    11
    Views
    2,810

    other information

    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
    ...
  15. Replies
    11
    Views
    2,810

    spring mvc - composite views?

    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...
  16. MVC Support for large uploads? ie 60Megs or more?

    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.
    ...
  17. Re: UML Modeling of Application Using Spring MVC

    Hi James,

    I would also be interested in seeing a UML model of a complete application. Did you ever find anything?

    Thank you.

    Jay.
  18. Replies
    2
    Views
    1,243

    UML, doing DCD. How do I treat BeanFactory?

    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...
  19. Replies
    3
    Views
    1,262

    trying to wrap my head around spring.

    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....
Results 1 to 19 of 19