Search:

Type: Posts; User: the light

Page 1 of 2 1 2

Search: Search took 0.11 seconds.

  1. Replies
    0
    Views
    1,703

    receiving emails through spring

    Spring provides abstraction over JavaMail Api.

    There are lot of examples to describe how to send mail using spring email abstraction layer.

    but how can i read emails using this?
  2. Replies
    0
    Views
    2,250

    using css file with tiles

    I m using a css file with tiles but it is not working.

    my tiles.xml is:


    <tiles-definitions>
    <definition name="baseLayout" template="/jsps/mail/mailbase.jsp">
    <put-attribute...
  3. Re: retrieving rows in reverse direction from db

    when we run "select * from table_name where 'some condition'" then all records from 'select' first goes into main memory of our/client computer then 'where' clause is applied there to return selected...
  4. Re: retrieving rows in reverse direction from db

    Hi Copeg!

    I am using MySql for database and JDBC for programming purpose
  5. retrieving rows in reverse direction from db

    Hi!

    I am implementing pagination using Sql limit in mysql and i want to retrieve records from the last row backwards. There are several thousands records in table

    and i want to retrieve say...
  6. Re: using open source project in our application

    Thanks helloworld922!!!


    .

    It is absolutely wrong that i do not care about u people's time, otherwise i would not be posting this reply. Moreover, it is good idea to include a link of cross...
  7. Re: using open source project in our application

    regarding cross posting:
    we do this just to get as much opinions as we can from various resources :-)

    anyways,
    i would be thankful if u make me clear about my query.
  8. using open source project in our application

    Hi!

    I am making an application for commercial purpose.can i use any open source project say "Displaytag" [http://displaytag.sourceforge.net] in my application. I am asking from "licensing issues"...
  9. Replies
    2
    Views
    2,503

    Re: creating an email account on mail server

    actually what i want is a sign up form like what gmail provides to create an email account on their server.
  10. Replies
    2
    Views
    2,503

    creating an email account on mail server

    hi!

    I am creating a web application in which i need to create a form by which user can create an email id on mail server. This is like any email service provider do, like gmail(for creating an...
  11. Replies
    2
    Views
    4,644

    Re: jsp/java based open source project

    Thanks ChristopherLowe...

    actually i m searching for some java/jsp based school management system but have not found a good one till yet. can u give me hint about any such good open source project?
  12. Replies
    2
    Views
    4,644

    jsp/java based open source project

    Hi!

    Can anyone suggest me any good jsp/java based open source project to whom i can contribute as a developer??

    Can we also show this work in our resumes to get job in IT companies???
    ...
  13. Replies
    16
    Views
    2,217

    Re: Merging 2 arrays

    Just put the "System.out.println("The merged array");" statement before the last for loop as:-

    import java.util.*;
    class a
    {
    public static void main(String args[])
    {
    int i,j;
    int []a=new...
  14. Replies
    4
    Views
    1,763

    Re: constructors in servlets

    Thank You copeg!!!
  15. Replies
    4
    Views
    1,763

    Re: constructors in servlets

    then why servlets use init() for initializations instead of constructors?
  16. Replies
    0
    Views
    1,649

    spring2.5 or 3.0?

    2010
    Posts: 28

    [Post New]posted Today 18:37:47
    0
    Quote Edit
    hi!

    can anyone please provide me any tutorial link for spring3.0. i could not find any useful on google except its reference...
  17. Replies
    3
    Views
    1,415

    Re: constructors in servlets

    Thanks to both of u!

    though all classes have constructors. May be default constructors in this case.actually I was asking from the point of view of init(). all initialization in servlets happen...
  18. Replies
    1
    Views
    2,114

    multiple access to same data in database

    Hi!

    I am using struts2 and hibernate in my web application. please hint me how i can prevent multiple access to same data in database by multiple requests?

    thanks..
  19. Replies
    3
    Views
    1,415

    constructors in servlets

    Hi!

    Why there are no constructors in servlets?

    thanks...
  20. Replies
    0
    Views
    1,869

    struts2 is better or spring?

    2010
    Posts: 24

    [Post New]posted Today 21:30:12
    0
    Quote Edit
    hi!

    Please advice me on that out of stuts2 and spring which one is more popular in software companies.
    which one should i do?
  21. Replies
    2
    Views
    2,154

    changes made to JSP or servlets

    how the changes made to JSP or servlets can be seen automatically on browser without restarting the server(say Tomcat)???

    Thanks...
  22. Replies
    4
    Views
    1,763

    constructors in servlets

    Hi!

    Why there are no constructors in servlets?

    thanks...
  23. Replies
    10
    Views
    3,048

    Re: freelancer experience

    does a person doing job on contract basis in some IT company is equivalent to employee on the payroll and whether he also avails Provident Fund facility and gets salary slips???
  24. Replies
    10
    Views
    3,048

    Re: freelancer experience

    helloworld922!

    may i ask u that whether u also do freelancing or own a company?

    do u know any person who was doing freelancing earlier and later joined some IT company??
  25. Replies
    10
    Views
    3,048

    Re: freelancer experience

    Thanks helloworld922... very useful reply for me.

    can u please provide me some more guidance on:

    i) what kind of proof or what things one should keep with him as a proof of projects while doing...
Results 1 to 25 of 27
Page 1 of 2 1 2