5,031 Posted Topics

Member Avatar for punitdam

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

Member Avatar for peter_budo
0
202
Member Avatar for Newbie2Java
Member Avatar for jino

IE is misguiding, it has bad habbit on not following w3c standarts you better to use firefox. Can you post your xml file?

Member Avatar for jino
0
384
Member Avatar for 4ukh
Member Avatar for nsuleiman

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 …

Member Avatar for peter_budo
0
148
Member Avatar for TheWhite

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

Member Avatar for peter_budo
0
79
Member Avatar for perpetual_dream

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 …

Member Avatar for peter_budo
0
149
Member Avatar for MxDev

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 ;)

Member Avatar for sukatoa
0
125
Member Avatar for Java_tyro

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 …

Member Avatar for peter_budo
0
73
Member Avatar for webb

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

Member Avatar for peter_budo
0
27
Member Avatar for webb

No, fireworks is sort of cut down version of photoshop and is popular with developers as easy way to edit their images

Member Avatar for peter_budo
0
63
Member Avatar for jk_bscomp

[QUOTE=jk_bscomp;597742]Hello Everybody!!![/QUOTE] What is your question then?

Member Avatar for peter_budo
-2
69
Member Avatar for abdulraqeeb33
Member Avatar for peter_budo
0
148
Member Avatar for RBA

Sun website [URL="http://java.sun.com/docs/books/tutorial/deployment/jar/"]tutorials[/URL]

Member Avatar for peter_budo
0
414
Member Avatar for jk_bscomp

Sun website [URL="http://java.sun.com/docs/books/tutorial/deployment/jar/"]tutorials[/URL]

Member Avatar for peter_budo
0
474
Member Avatar for theausum

I agree with ~s.o.s~, just ask your self question: How you gone handle graphical part of the game with JavaScript?

Member Avatar for peter_budo
0
75
Member Avatar for webb

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

Member Avatar for peter_budo
0
190
Member Avatar for rohitrao

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 …

Member Avatar for peter_budo
0
25
Member Avatar for kyleknapp

What is point to bump post started 2 years ago, with last respond some 18 months back?

Member Avatar for peter_budo
0
151
Member Avatar for aabundle

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 …

Member Avatar for aabundle
0
216
Member Avatar for kained

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 …

Member Avatar for kained
0
71
Member Avatar for mizteryq

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.

Member Avatar for ultra vires
0
132
Member Avatar for Visualogic
Member Avatar for ~s.o.s~
0
149
Member Avatar for javauser215

[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() …

Member Avatar for javauser215
0
3K
Member Avatar for Kusno

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)

Member Avatar for ~s.o.s~
0
141
Member Avatar for terence193
Member Avatar for javaAddict
0
130
Member Avatar for chrisdent1986

[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 …

Member Avatar for peter_budo
0
171
Member Avatar for khalidmehmood

HTML has no facilities for database connectivity, technologies such as PHP/JSP/.NET can do it, but you need know any of them

Member Avatar for Nige Ridd
0
296
Member Avatar for frantara

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

Member Avatar for peter_budo
0
129
Member Avatar for Jihad

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]

Member Avatar for peter_budo
0
102
Member Avatar for trient

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]

Member Avatar for peter_budo
0
112
Member Avatar for lydia21

[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?

Member Avatar for peter_budo
0
112
Member Avatar for smartness

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

Member Avatar for smartness
0
95
Member Avatar for Karkalash

Have look at [URL="http://java.sun.com/javase/6/docs/api/java/lang/StringBuilder.html"]StringBuilder[/URL]?

Member Avatar for peter_budo
0
111
Member Avatar for kevin wood

Wouldn't be that because you disabled scrolling? Did you try to set it as auto?

Member Avatar for kevin wood
0
4K
Member Avatar for Java_tyro

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]

Member Avatar for peter_budo
0
65
Member Avatar for Vic842

@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 …

Member Avatar for peter_budo
0
196
Member Avatar for swapna7999

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

Member Avatar for amigura
0
102
Member Avatar for niladri.user

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]

Member Avatar for peter_budo
0
81
Member Avatar for lrb87

[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 …

Member Avatar for hiem666
-1
509
Member Avatar for balanmca

[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...

Member Avatar for peter_budo
0
36
Member Avatar for Inny
Member Avatar for Inny
Member Avatar for Inny
Member Avatar for Pakse

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]

Member Avatar for peter_budo
0
59
Member Avatar for Visualogic

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)

Member Avatar for peter_budo
0
82
Member Avatar for Someguy02

[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]

Member Avatar for darkagn
0
93
Member Avatar for blaater
Member Avatar for blaater
0
102
Member Avatar for eranga262154

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]

Member Avatar for eranga262154
0
111
Member Avatar for hallinan

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) …

Member Avatar for hallinan
0
517

The End.