Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    1,238

    You can use Velocity mail..

    There is velocity eng. provided for sending mail,
    for more detail search for 'Velocity mail' in google
  2. Replies
    0
    Views
    737

    Transaction Manager issue

    Hi All,
    I think you may know this but I like to share with you all..

    In spring normaly we use this code for transaction manager:-

    DefaultTransactionDefinition td = new...
  3. JQuery!!

    Hi Guys,

    there is concept called jquery supported in spring, can you please check it out..

    It also supports sorting on columns, We have JSP displaying milions of recs, causing the performance...
  4. Replies
    5
    Views
    1,261

    Why not to use ajax tag library?

    Hey guys we can implement it using ajax tag library too
  5. Replies
    4
    Views
    1,424

    giving Ajax call to multiaction Controller

    Hi,
    I am havig one jsp page, It contains one link "Call Server", on click of the link
    i want to give call to "getServerStatus.htm"

    there is one multiaction controller which has method...
  6. how can i avoid these problem

    Thanks for analysing these problems,

    -As you said that BufferedReader is creating problem, so please sugest me is there any file reader which can allow me to read file line by line in very optimum...
  7. code

    public List getDetail(String recordId,String fileName)
    {


    LineNumberReader reader=null;
    try{
    List detailList=new ArrayList();

    reader=new LineNumberReader(new...
  8. out of memmory

    in while loop, i am getting a string line, which is a set of records, and each field is alloted fixed number of charactors.

    by using thse i m creating a java bean....

    clear ?
  9. will not work

    i know wht is problem :
    for reading i am using BufferedReader.
    my code is >

    String line=null;
    while( (line=reader.readLine())!=null )
    {
    // code which separates different values...
  10. running outof memory error while reading flat file

    Hi all,

    i am reading vary big flat file which contains more than 200000 records, and converting that records successfuly into bean object.

    but the problem is when file contains more than...
  11. Replies
    3
    Views
    898

    the new Issue with reading file.

    Hi all,

    Now i am able to read the file, and records get converted successfuly into bean object.

    but the problem is - my file contains more than 200000 records, when i am reading the flat file...
  12. Replies
    3
    Views
    898

    Converting flat file to bean object

    Hey Hi All,

    I had one spring application, in that i want to convert a big flat file to bean object, which will be used to display on my jsp page.

    please sudgest me any flat file parser.

    (I...
  13. error while using form taglib controlls in spring MVC

    Hi all,

    i have one spring application, which is using form tag library provided by spring.

    My web.xml contains the taglib tag as following.

    <taglib>
    ...
  14. Replies
    2
    Views
    811

    Error usin form tag library

    Hi all,

    i have one spring application, which is using form tag library provided by spring.

    My web.xml contains the taglib tag as following.

    <taglib>
    ...
  15. Replies
    1
    Views
    909

    How can i use dofferent form controlls

    Hi all,

    I am having spring application, i my input form i am having select list box, which contains the list of different departments, how can i ad the values to tht select list , i have done the...
  16. New with spring MVC, where i get sample spring mvc applications.

    Dear All,

    I am new with spring MVC, i want to look at some sample aplication of spring MVC.

    please provide url, if u know..
    Arun D
  17. Replies
    4
    Views
    2,710

    found one more thing...

    Just now i noticed that when i click on reset button it is checking for the current command values assigned at the time of recent onBind event.
    that means when my form get loaded for the first time...
  18. Replies
    4
    Views
    2,710

    Spring mvc Issue with multiple buttons..

    Dear All,

    I am new with spring mvc architecture,
    In my application i have one form containing multiple input text boxes.
    there are two buttons - Submit and Reset.

    on submit i am putting...
  19. Replies
    7
    Views
    1,964

    wht is containt of your servlet context .xml file,

    Wht is containt of ur .xml file ?
    (Where u have writen that commandName)
  20. Thread: Setting Html-Tag

    by ArunD
    Replies
    3
    Views
    718

    i dont think it can be done,

    See u are trying to embed tags in invalid way,

    it is not possible;
    when u r closing table tag it will expect tht u should close out tag first

    Thx
  21. Replies
    7
    Views
    1,964

    try by removing session property

    <bean id="signUpController" class="com.sachin.login.SignUpController">
    <property name="sessionForm"><value>true</value></property>
    <property name="commandName"><value>SignIn</value></property>...
  22. where should i implement exception handler function, ?

    Hi, as you said earlier that we can handle exception by implementing exception handler function.

    But i am confused that i need to implment this function ?

    PLease reply with some snapshot code.
  23. Actualy i am concern with spring,

    I worked with spring, but not getting why spring ? why we are not going for other frameworks, what spring is providing which is not provided by other frameworks ?

    Thanks,
    Arun D
  24. Wht is difference between portlet and spring mvc

    Hi All,

    many a time i encountered new word - portlet. Wht is this "portlet" ?

    please explain it by comparing with Spring MVC.

    Wht are the differences between Spring MVC and Portlet
    ...
  25. What are the different features provided by spring MVC frame work

    Hi All,

    I am new to Spring MVC, and having base of MVC architecture and just switched to spring MVC architecture.

    I had implemented some examples in spring framework.

    But i dont know wht we...
Results 1 to 25 of 36
Page 1 of 2 1 2