Jump to content
xisto Community

patelg

Members
  • Content Count

    91
  • Joined

  • Last visited

Posts posted by patelg


  1. So you didn't need the JDKsetup.bat?  I wonder what it was for then...

    My outputs of java and javac? What do you mean?

    -both of the .exes are in the folder in programs files.

     

    I'm running Windows XP Home.

    PS: What code would I put in to catch the window close event and exit?

    1064323577[/snapback]


    Can you please post the content of JDKsetup.bat, so we can understand what it is trying to do?

     

    As the previous thread said, to compile you need to use "javac filname.java" and to run only "javac filename", if the compilation was succesfull..

     

    Thanks


  2. Because Now Google have spare money to spend and invest. so. where ever they sees the opportunity, they are jumping..They have to invest somehow...I guess it will bring out best..but Google has be very careful..otherwise it will be overdone and there will be no or less quality, which is the main factor that everybody likes it GOOGLE...Anyway, wait and see as....every dog has its day.......


  3. I had bad experience with Java Server Pages. Lot of problems, website in difficulties, ....

     

    PHP seems to be much better. Fast, reliable. Optimized for databases. Really good.

     

    Many sites went from JSP to PHP.

    189636[/snapback]


    It depends, why and how you are using this technologies. For Normal web use, PHP will be easy to use with many features....as you already know.

     

    But for complex websites and applications, Java/Jsp solution is much preferable, secure.

     

    This is the reason big organisations use Java/.NET solutions.

     

    Once you site grows bigger and bigger it becomes hard to maintain as it becomes complex with more users, more application and features.

     

    Also, it requires more security, as it also increases threat of being hacked into.

     

    For normal website, PHP solutions is great way to start.

     

    Anyway, different developer has their own opinion but this is mine.


  4. It is so simple....here is the code...import java.util.Scanner;import java.util.Random;public class test3{ public static void main (String[] args) { Scanner scan = new Scanner(System.in); Random generator = new Random(); int times; System.out.print ("Number of times: "); times = scan.nextInt(); for (int i=0; i<times; i++) { int n = generator.nextInt(10); System.out.println(times+1 +" : " +n); } }}


  5. If you want to see AJAX example thne it GMAIL....You have seen it the way it does it, fast...It will be slow for first time then it will use javascript all the way...Downside is Javascript is must for AJAX..Also, it has some Accesibility issues, which is hard to achieve at this stage..Also, it is AJAX is not new, it was in the industry but AJAX is the new name....It is cool though..as the GMAIL is...


  6. I use powerDvd for watching dvd movies since i believe it is the best DVD software out there since it does wonderful stuff for audio. For any other movie i use Winamp since i like how it can use Dee2 to make the audio sound awesome on my 7.1 speaker system. Plus, you can use whatever plugins you like on movies if u dont have dee2 or what not

    187676[/snapback]


    Ya PowerDVD is good for DVD's.

     

    also, for files like avi and all i use VLC media player, which is compitable with most and good....


  7. Hi PHP geeks,Do you know if php has Database extraction layer? like Java has. Which is used for development of database layer, so it become easy to change the database if you wish to without modifying so much code underneath....Any ideas is welcome.I am sure there should be something which is being used and reliable and mature.I am new to PHP so want to use it if it is there. Good to know from experienced developer about there developing experience.Thanks in advance.


  8. You can get Clan Templates for free for all kinds of multiplayer games like Half-Life at http://clantemplates.com/ if that is what you are looking for.

     

    You can get Web Templates and Clan Templates for free at http://forums.xisto.com/no_longer_exists/

     

    Enjoy! I just search google for clan templates and boom, found what I wanted, maybe it was what you were searching for. Also try searching Free Web Templates on Google (found https://www.freewebtemplates.com/ )

     

    Also try http://forums.xisto.com/no_longer_exists/ , http://www.steves-templates.com/ , freesitetemplates.com/ , http://www.webtemplateszone.com/ , http://www.interspire.com/ , https://www.templatesbox.com/ , http://www.rickyswebtemplates.com/ .

     

    I bet it was what you searched for because I found a whole lot on Google. Try going here: https://www.google.com/webhp?hl=en&lr=&gws_rd=ssl . Other possible keyboards: Free Templates, Web Templates, Free Clan Templates, etc.

    187644[/snapback]


    Thanks, very helpfull....

     

    Dont know, what i was searching on google....i must learn to find it quickly...

     

    Thanks again.


  9. You can learn from Tutorial from http://www.oracle.com/technetwork/java/index.html or buy bookHere are the book namesA. Java In Two Semesters (ISBN: 0077098048)B. Java How to Program DEITEL & DEITEL(ISBN: 0130341517)C. Java 2, Complete ReferencePlus there are so many tutorial on web...in bits ans peices, just search.What kind of application are you trying to do...console, i guess...It is very easy..let me know if you need help...PM me.


  10. First of all have 10 or more credit and then request for you domain or subdomain.When everything is ready then send PM to admin, most probabaly to "OpaQue" and he will activate JSP/Tomcat environment for you.Then you can start playing with JSP/Tomcat.And for you, hoe to do that. Simply download Tomcat on your local machine, it comes with so many tutorials or you can gooooogled it.Once it works in your local environment then upload that to your site. It should be fine then.about war file, you just have to upload it in your tomcat_home/webapps.It should recognised your war file itself. But make sure your war file is correct, so to make sure play with local environment and then upload it.For database side, trap has MYSQL....i am sure tomcat is confiured with JDBD driver to work with, otherwise you can upload your own MYSQL-JDBC driver to application /lib directory or server /lib directory.Hope this all will help. Let me know if you required more information.Thanks.

×
×
  • 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.