Search:

Type: Posts; User: priyankadandekardandekar

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,902

    Re: TOMCAT CONFIGURE

    Follow these steps

    1. Download the fresh tomcat dist
    2. Unzip in c drive
    3. rename it to tomcat
    4. add env variable in windows with name JAVA_HOME pointing to JDK home dir
    5. now run the...
  2. Replies
    3
    Views
    1,400

    Re: JSP ,XML ana parsers

    Not sure If I understand what you are looking for? Do you have understanding for java language?
    did you try searching through google?


    [ FromDev | Web Design | String Utils ]
  3. Re: Need urgent help in assignment of JAVA, any idea suggestion plz

    Its a good assignment, I hope I could help you on this.

    Let me know what are the options you have tried. What is your approach? Did you start writing some code?

    [ Design Pattern Books | Debug...
  4. Re: Add code to an existing project

    Eclipse creates a directory structure. You can copy your code directly into that directory. For example if you have existing java files in a com/myproj/java/A.java you can copy the com folder...
  5. Replies
    2
    Views
    2,224

    Re: About JMS

    As Json mentioned. There can be many ways to achieve this but the fundamental concept remains same.

    You can need to create a common protocol between these two technologies. It can be something...
  6. Re: Spring+Hibernate+SpringMVC

    If you are looking for a MVC based framework then you have many options like Struts, Tapestry, Webwork and many more.

    Each of these framework have their own speciality and needs good study &...
  7. Replies
    2
    Views
    5,219

    Re: Struts combobox edit

    I guess you are looking for something like a Autocomplete text box. Checkout this simple example using Struts 2.

    [ Struts 2 AJAX Autocomplete Dropdown example]
  8. Replies
    6
    Views
    4,053

    Re: How to create exe file

    Making a exe would make your program Windows specific. But if you are sure about it
    I guess you are looking for something like a installer for your java program. [Checkout Nullsoft Installer Tool] ...
Results 1 to 8 of 8