Jump to content
xisto Community

cse-icons

Members
  • Content Count

    356
  • Joined

  • Last visited

Posts posted by cse-icons


  1. If you want to run your Programm under Windows, you should try JSmothGen! Its open source and it generates an exe file whitch then locates the JVM in the system and starts teh specific class file which inherits the main method!

    <{POST_SNAPBACK}>


     

    Is it spelt "JSmothGen"? I tried to search on google with the same keyword but did not find any matches...

    If possible pls give me the website address where I can download the tool.


  2. hi all,

    here are the 3 solutions, in case you still want to give it a try.. dont look at the solutions below:













    int i, n = 20; [br]for (i = 0; i < n; n--)[/br]printf("-");

    int i, n = 20; [/br]for (i = 0; -i < n; i--)[br]printf("-");

    int i, n = 20; [/br]for (i = 0; i + n; i--)[/br]printf("-");


  3. Here are a few links to java resources...

    Hope u find them useful...

     

    Sun Java Server Pages

    http://www.oracle.com/technetwork/java/index.html

    The SUN jsp site.

     

    Jspin

    /home/wp_zfnm5k/codango.com/wp-content/themes/dotkwik/dotkwik/styles/_ie/kill_ie6/ie6.html

    Jsp resource site. Lots of ads but I usually find something useful.

     

    Java Quick Reference

    http://forums.xisto.com/no_longer_exists/

    Really compact reference site organized around the exam topics.

     

    Java Ranch Rules Round-up

    http://www.javaranch.com/game.jsp

    Fun applet that tests your basic basic knowledge

     

    Tomcat

    http://tomcat.apache.org/index.html

     

    Resin

    http://caucho.com/

     

    Jetty

    http://forums.xisto.com/no_longer_exists/


  4. GET RID OF TYPING LONG FILE AND DIRECTORY NAMES IN THE COMMAND PROMPT. TRY THIS OUT...(just in case u use DOS)To enable automatic pathname completion in DOS prompt......1. Open registry Editor by entering "regedit" in the run dialog box.2. Go to the below mentioned pathHKEY_CURRENT_USER\Software\Microsoft\Command Processor3. Click Command Processor and in the right pane double click "CompletionChar"4. In the value data textbox, enter 9 and press ok.5. exit regedit.restart the command prompt.type the command follwed by the first letter of the file or folder name and press tab key.Works in XP Professional, Win2K and NT machines Only.


  5. hi friends,I came across another useful tool, Hammurapi. It is a code review tool for Java. It parses thru java source files and generates a report stating all the violations to the standards. It is very much customizable so that u can define ur standards and it will report.It can be found at http://forums.xisto.com/no_longer_exists/ can also be called from an ant build file.I feel it wud be very useful for java projects and to maintain coding standards.


  6. hi friends,

    Many of u would be using appln server and tomcat is the most popular.
    But I have come across another one which is good for learning purposes. It is called Blazix.. The configuration is simple. Just install and then:

    put jsps and html in one folder and servlets in another. Add a servlet config line to the config file and there u r...

    Actually they are saying that it is very fast. Also the size is less than 2 MB. They say on their site that this is due to good algorithms and programming practices.
    But it is worth having a look at:

    I have cheked jsps and servlets. I dont know its perf when it comes to ejbs.. Just chek out and if nyone cud post their views

    http://www.blazix.com/

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.