Search:

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

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    9
    Views
    1,615

    The following code was a copy and paste from a...

    The following code was a copy and paste from a web app that used Struts and the developer is new to Spring. I am refactoring this into a Spring specific context. I could use help on the query...
  2. Replies
    9
    Views
    1,615

    I tried this over and over again, and it was...

    I tried this over and over again, and it was returning null everytime. The only way I have been able to return the data after the ? mark is with the method shown above. I don't like it, but the...
  3. Replies
    11
    Views
    3,836

    It appears that my hasty words have offended...

    It appears that my hasty words have offended members of this forum and I sincerely apologize for that.

    I do understand that this forum is based on a community effort and I very much...
  4. Replies
    9
    Views
    1,615

    The situation is this; a user has forgotten their...

    The situation is this; a user has forgotten their password, they enter their username and submit. The username is after the ? in the uri. I haven't been coding for some time and don't remember how...
  5. Replies
    9
    Views
    1,615

    Thanks for the reply. So, do you have an idea of...

    Thanks for the reply. So, do you have an idea of how to get the query string at the end of the request url?
  6. Replies
    0
    Views
    748

    Portlet Controller and Service Object

    I have the following scenario that I am trying to work through and having a difficult time finding an eloquent solutions.

    Scenario:
    I have a portlet that handles forgotten password requests. I...
  7. Replies
    9
    Views
    1,615

    RequestContext equivelant in Portlet MVC

    Is there an equivelant class in the Portlet MVC packages? I am trying to use the getQueryString() method and right now do this with the following:



    HttpServletRequest httpReq =...
  8. Replies
    11
    Views
    3,836

    I am surprised this hasn't received any further...

    I am surprised this hasn't received any further response. I am very interested in the conclusion of this one as I am recommending using Acegi with our Spring applications. We deploy to Websphere. ...
  9. Replies
    10
    Views
    2,792

    I apologize, but what book is that?

    I apologize, but what book is that?
  10. Replies
    10
    Views
    2,792

    Thanks for the input. All that you've said is...

    Thanks for the input. All that you've said is familiar now that you've outlined it so well. It coinsides with Rod's books and the main counter points to EJBs from the Spring perspective. I very much...
  11. Replies
    10
    Views
    2,792

    Spring's WS vs. SLSB WS

    I am interested to see if there's an opinion concerning the statements I found in the following exerpt from IBM's developerworks webservices site in regards to how their claim that stateless session...
  12. Replies
    5
    Views
    3,498

    I am still having problems. here's my...

    I am still having problems.

    here's my settings:

    Spring v2.0-m4
    Eclipse 3.2.0
    MyEclipse 5.0.1
    Tomcat 5.5.17

    web.xml taglib tags
  13. Replies
    5
    Views
    3,498

    Tag code shows up in browser

    What is wrong with the following snippet from a jsp page:


    <td width="66%" align="left">
    <spring:bind path="credentials.username">
    ...
  14. Replies
    4
    Views
    1,216

    noon - maybe you can help me with a post I just...

    noon - maybe you can help me with a post I just put up about another problem: http://www.myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&p=62886#62886

    Thx.
  15. Replies
    4
    Views
    1,216

    Thanks noon, that fixed the problem.

    Thanks noon, that fixed the problem.
  16. Replies
    4
    Views
    1,216

    BeanDefinitionStoreException

    I am getting the following error as the app starts up:

    Line 126 refers to: <property name="basename" value="messages" /> in the ResourceBundleMessageSource bean declaration in xrate-servlet.xml. ...
  17. Replies
    2
    Views
    878

    WizardFormController

    I am creating a program that has the user fill out a form. There are 4 main parts to the form completion process:

    1. Target page 1 asks to input ssn. The ssn needs to be validated as a valid...
  18. Replies
    7
    Views
    6,214

    design logic

    Here's the basics of the design.

    1. Code is pseudocode and the syntax is somewhat UMLish. I assumed everyone would understand without having to spell it out in complete java sytax.

    2. ...
  19. Replies
    7
    Views
    6,214

    command pattern reasked

    I saw the post http://forum.springframework.org/showthread.php?t=18542 and came to this one. I also need to know the best way to implement the command pattern and although the Strategy is similar it...
  20. Two wars needing the same certificate correlation during log

    I do have to produce both wars. The main reason is that the MVC framework in war1 is a proprietary framework based on servlets and xslt view. The main problem is that there is tight coupling...
  21. Replies
    2
    Views
    2,324

    It is amazing that the more you do something, its...

    It is amazing that the more you do something, its the basics that bite you in the...you know what. Thank you for taking the time to response to an obviously lame post. You are exactly right as to...
  22. Replies
    2
    Views
    2,324

    MVC step-by-step problems

    I have had continued problems getting the simplest application to work using Spring. I have tried all types of configurations. I am currently using the Spring MVC step-by-step. Everything works...
  23. Session mgt across multiple .wars in same .ear

    Scenario:

    - Two .war files deployed in same .ear file.

    - Webapp1 has a servlet/xslt MVC impl and Webapp2 has a Spring MVC impl.

    - browser needs to display tabs for screens from both MVC...
  24. Replies
    1
    Views
    1,353

    Very slow dynamic SQL

    Scenario: I am considering Springto solve data access problems. As an example, the code below is in the constructor of the ArAccountCollection class. the first query "stmt" takes ~40 minutes to...
  25. Replies
    11
    Views
    2,248

    I'm starting to catch on. I also found that...

    I'm starting to catch on. I also found that dom4j.jar was missing. Now I'm getting the following:

    Internal error

    org.springframework.beans.factory.BeanCreationException: Error creating bean...
Results 1 to 25 of 37
Page 1 of 2 1 2