Search:

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

Search: Search took 0.01 seconds.

  1. HI , thanks for replying. I can query the xml...

    HI , thanks for replying. I can query the xml files using some XQuery or other frameworks like Basex.
  2. spring handling for xml data sources as a repositotry

    Hi all,
    I want to store the incomming data from web requests to an xml, instead of storing it in a database.

    So, I just want to know if there is a way that spring handles such xml...
  3. any replies? Also when I send multiple requests...

    any replies?
    Also when I send multiple requests in a short span of time , it is giving me an errro like "404: Network error "...

    Please help
  4. How to receive large user activity log data from UI to spring controller method

    I need to send large user activity log data(this data is a multi line strings) from UI to spring(mvc) controller's method

    currently I am doing it like this


    @RequestMapping(value =...
  5. Thanks for your reply. Is there any way that...

    Thanks for your reply.

    Is there any way that we can do this functionality in spring 3.0.5 , because now i am not in a position to upgrade to 3.1

    Thanks
  6. Also when i declare the method as String...

    Also when i declare the method as

    String logReport(@RequestBody("byteArray") byte[] data) {
    ...
    it incorrectly gives the data back

    Please let me know how to declare the method signature...
  7. urgent: send a jquery ajax request which sends a byte[] to the controller ..

    Hi I want to send a byte[] to the controller and create a string back from that byte[] .
    By default spring's httpbytearrayconverter incorrectly converts the byte[] ( when i send a byte[] of size...
  8. Replies
    2
    Views
    830

    to be more clear, 2 methods in my controller...

    to be more clear, 2 methods in my controller class are like this :

    @RequestMapping("/registerAccountStep2")

    public String registerAccountStep2(

    @ModelAttribute("acBean")...
  9. Replies
    2
    Views
    830

    Handling multiple forms with spring 3 MVC

    HI , I am implementing user registration for a website where the registration process is a 5 step process each I need to get a form from client.
    For ex. in 1st stage only username and password ,...
  10. hi Abhi, thanks for replying.. after struggling a...

    hi Abhi, thanks for replying.. after struggling a lot , i have found it works in that way .

    thanks
    suresh
  11. my java file : @Controller public class...

    my java file :
    @Controller
    public class LoginController {

    @RequestMapping("/1")
    public String doLogin1(HttpServletRequest req, @ModelAttribute("command") LoginBean bean, BindingResult...
  12. Hi Abhi, thanks for replying. Actually I did...

    Hi Abhi, thanks for replying.

    Actually I did the same thing..

    Finally I made it to work.

    the thing is i was in an opinion that , if the servlet mapping is like this :
    servlet-mapping>...
  13. I dont have any class level annotationa

    I dont have any class level annotationa
  14. spring 3 MVC error : No mapping found for HTTP request with URI [/springmvc3/login/1/

    Hi could any one of please help here why it is giving the error ?
    url invoked : http://localhost:8080/springmvc3/login/1/
    Tomcat Log:
    INFO: Initializing Spring FrameworkServlet 'appServlet'
    20...
  15. urgent : does Spring populates all the request parameters in a given bean ?

    Hi, is there any way that spring populates all the request parameters in a specified bean ?

    I have lot of parameters coming from a request and i dont want to read them from request object one by...
  16. how to handle the controller with different methods each handling different parameter

    hi .. i have a requirement that my request url is same always same but with different parameters(some are hidden) ....so depending on each parameter i have to handle it in a differ request method
    ...
  17. Replies
    0
    Views
    331

    Spring 3+ MVC and Struts MVC COMPARISION

    Hi , between these two MVCs which one do we prefer and why ?

    This question I got in many interviews which I could not answer properly

    Any replies are highlt appreciated .
    Thanks
    Suresh
Results 1 to 17 of 17