5,031 Posted Topics
Re: One thing you should also be aware of, database connection from JSP is out of date. Now JSP is used for presentation purposes (user input, or system data presentation for user) and servlet handle logic, which includes DB connectivity | |
Re: IE is misguiding, it has bad habbit on not following w3c standarts you better to use firefox. Can you post your xml file? | |
Re: My preference is MySQL, MS Access is no good in my opinion | |
Re: Well you didn't include SuperWaba.jar that contains [B]waba.io[/B] in your classpath neither into your project in JCreator. This JAR file is in your "instalation_directory\SuperWabaSDK\lib". You can add it to classpath an it will be automaticaly found whenever you will create any project that require this library or include it with … | |
Re: Nice one. Can you please mark this post as solved? Below last post is link that reads "Mark as solved" or something like that, thanx... | |
Re: Ehmm, didn't that post started 2 years ago and same time there was last post? Beside that, since then there was a change in terms of Java development for mobile devices, more tools are available and larger number of JSRs is there to use, which many of them gone be … | |
Re: I think NetBeans since version 5.5 have the option to build GUI by drag and drop way of Visual Studio. Not sure as I never used that option, I love my code with bugs to much give it to IDE to create it for me ;) | |
Re: What jwenting mean by that is as follows. In JSP create form that collect data. On button click submit collected data to servlet for validation (you can do validation also on JSP if you know scripting languages). Once data found valid connect to database and request employee info. Collected data … | |
Re: Multiple posting is not welcome so please avoid it in the future! As I said in your other thread post your code somebody may help you... | |
Re: No, fireworks is sort of cut down version of photoshop and is popular with developers as easy way to edit their images | |
Re: [QUOTE=jk_bscomp;597742]Hello Everybody!!![/QUOTE] What is your question then? | |
Re: If you do infinitive loop you crash. What is purpose of this exercise? | |
Re: Sun website [URL="http://java.sun.com/docs/books/tutorial/deployment/jar/"]tutorials[/URL] | |
Re: Sun website [URL="http://java.sun.com/docs/books/tutorial/deployment/jar/"]tutorials[/URL] | |
Re: I agree with ~s.o.s~, just ask your self question: How you gone handle graphical part of the game with JavaScript? | |
Re: Check that your images are actualy in the location as they should be. Some of them are said to be on same level as your html document and some of them are in image folder | |
Re: You going little in dark territory here. There are just few e-books that are legal, most of them is illegal and unwelcome on this site. Also you looking for specific area that is most likely covered just as section of some web development book. You have better chances for googling … | |
Re: What is point to bump post started 2 years ago, with last respond some 18 months back? | |
Re: That is beacuse you adding new content to existing content of your JFrame [code=JAVA] public Interface () { //code befor this point Container pane = getContentPane(); pane.setLayout(new GridLayout(5,0)); }[/code] and then on button press [code=JAVA]private class NewSongButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { //code befor this point Container … | |
Re: That site is no good for mobile phones as they are different screen sizes and the graphic is to large. It is always good idea to have mobile version and desktop version of website like London's [URL="http://www.tfl.gov.uk/"]TFL[/URL] and mobile version ([url]http://wap.tfl.gov.uk/[/url]) You need to learn [URL="http://w3schools.com/wap/default.asp"]WAP[/URL] and get mobile emulator … | |
Re: PHP or any server executed/processed technology (JSP/.NET) wouldn't help you as you always will need to install and setup server (Apache, IIS) together which PHP/JSP/.NET If you want stan-alone application you should consider Java, C#, VB or any other programming language. | |
Re: No if you can create one for your self, but I would not recommend that. Better to stick with connectors.... | |
Re: [QUOTE=javauser215;596928]I am receiving and error when trying to compile and cannot seem to figure out why and would appreciate any help. [/QUOTE] Errors [code] C:\Java\Daniweb\Inventory3.java:31: cannot find symbol symbol : method getValue() location: class Product System.out.printf("Value of Inventory: $%,.2f\n " + inventory[i].[COLOR="Red"]getValue()[/COLOR]); C:\Java\Daniweb\Product.java:79: cannot find symbol symbol : method calculateInventoryValue() … | |
Re: Please, please, do not do any connection to database from JSP, it is bad thing. JSP is for presentation purposes, it is servlet that should be used for logic (on server validation, database communication) | |
Re: What is purpose of APi download if I'm 24/7 on net ;) | |
Re: [QUOTE=Nige Ridd;595496]Have a look at [url]http://www.a1vbcode.com/snippet-3876.asp[/url], it's not my code so i can't validate if it works, but best just to try it. Nige[/QUOTE] Well you have small problem there and that is -> chrisdent1986 used VisusalStudio wizard to get his connection string, where code provided by you is custom … | |
Re: This code is generated by Dreamweaver, so I sugest you remove JavaScript section created by DW and redo it... Reasen: worst case scenario to try solve code generated by WYSIWYG product | |
Re: Official Microsoft [URL="http://support.microsoft.com/kb/555332"]solution[/URL], plus more from[URL="http://www.google.co.uk/search?hl=en&q=Microsoft+SQL+Server%2C+Error%3A+18452&btnG=Google+Search&meta="] google [/URL] | |
Re: If you not able to get these basics you better start reading some tutorials like on [URL="http://w3schools.com/php/default.asp"]w3schools.com[/URL] | |
Re: [QUOTE=vinothkumarc;596201]Not that much perfect coding solution[/QUOTE] It is so easy to critize somebody's else work. So why don't you explain what is wrong with the proposed code and provide your solution to compare? | |
Re: Confirm with [URL="http://apacheguide.org/"]this tutorial[/URL] that you correctly installed Apache. PHP, MySQL and phpMyAdmin (ignore JSP section), or simply remove all install and use [URL="http://www.apachefriends.org/en/xampp.html"]XAMPP[/URL] to get all components installed and set for you | |
Re: Have look at [URL="http://java.sun.com/javase/6/docs/api/java/lang/StringBuilder.html"]StringBuilder[/URL]? | |
Re: Wouldn't be that because you disabled scrolling? Did you try to set it as auto? | |
Re: Simple suggestion: let user enter number in text field, read then employee number from text field, validate it in servlet, compare with existing records, then:[LIST=1] [*]if number exists, return and display employee record [*]else, return error message "Submited number doesn't exists" and you may ask for new number [/LIST] | |
Re: @hervens you sound like these promotion guys from microsoft that come to our universty few days back. Talking how all they application are wonderfull and reliable, they mistake that they did not check that over 50% of equipment is runing on Linux in our uni. Showing of Silverlight (poor copy … | |
Re: You need to speak with your webhosting admin if he can do it for you (depends on company policy), this something that you as the client have no access to... ![]() | |
Re: is it jus school assignment or real project? why asked, in school project the check out does not have to be in deep, also in mean time you can have look on some of [URL="http://www.google.co.uk/search?hl=en&q=JavaScript+email+validation+tutorial&btnG=Search&meta="]these links[/URL] | |
Re: [QUOTE=cheirma;389319]Dear All, Please inform Moto L7i MP3 player and video player (JAVA) application web site name. Regards KUMAR[/QUOTE] [QUOTE=tony_walters;391415]Hi i got a motorola RAZR v3c and im looking for an mp3 player to add to the phone... can anyone help?[/QUOTE] In first place this post should not be here, this … | |
Re: [QUOTE=balanmca;593688]Hi friend kindly help to deploy in weblogic server9.0 send me the steps[/QUOTE] You need to be little more specific about your problem... | |
Re: Would be nice if you can share your solution with us... | |
Re: Please share solution, it may help somebody... | |
Re: Please share your solution | |
Re: I'm not sure about this, I would say that address to servlet on your server would do... have look at this article from nokia [URL="http://www.forum.nokia.com/main/html_readers/getting_started_with_mms.html"]Getting Started with MMS[/URL] | |
Re: Download [URL="http://www.microsoft.com/downloads/details.aspx?familyid=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796&displaylang=en"]SQL Server Management Studio Express[/URL] that will do the magic (its free) | |
Re: [code=java] public void actionPerformed(ActionEvent ae) { if(ae.getActionCommand().equals("CardGame") { CardGame cg = new CardGame(); cg.startCardGame(); } else if(ae.getActionCommand().equals("Hangman") { Hangman hg = new Hangman(); hg.startHangmanGame(); } else { AnotherGame ag = new AnotherGame(); ag.startAnotherGame(); } }[/code] | |
Re: JavaScript is not Java or JSP ! ! ! Post moved to JavaScript section... | |
Re: 1) Screeming for help doesn't work, we have ours lifes too. Don't we? 2) SAX tutorials [URL="http://www.java2s.com/Tutorial/Java/0440__XML/0020__SAX.htm"]www.java2s.com[/URL] | |
Re: You just forgot to mention that beside that you getting another 30 errors, not nice of you... [code]--------------------Configuration: <Default>-------------------- C:\Downloads\othello.java:692: illegal start of type else if (checkWhichPlayer()==false) ^ C:\Downloads\othello.java:692: ';' expected else if (checkWhichPlayer()==false) ^ C:\Downloads\othello.java:692: illegal start of type else if (checkWhichPlayer()==false) ^ C:\Downloads\othello.java:692: ';' expected else if (checkWhichPlayer()==false) … |
The End.