5,031 Posted Topics

Member Avatar for bRyANthen
Member Avatar for Panathinaikos22

Yes, as I indicated in many other posts, it is best to keep it running instead of open/close on each recompile BTW, post moved to mobile development

Member Avatar for peter_budo
0
119
Member Avatar for Bud4java

@rotten69 was it worth to reopen 6 year old thread? (Created 02-05-05) Thread closed, before another time-traveler arrival

Member Avatar for peter_budo
0
252
Member Avatar for BUGSIE91

You should check for network as soon as you start application. Sp somewhere between initializing "main" (not sure how it is called in Windows development) and showing first user interfaace

Member Avatar for peter_budo
0
63
Member Avatar for Naqib
Member Avatar for peter_budo
0
58
Member Avatar for jeffcogswell

@Jeff Cogswell sorry but I wouldn't use Swing capability as main driving example. There is very small number of desktop GUI application build in comparison to Java web development. Secondly I see you did not mention Android development. Missing this feature that is available to Eclipse and IntelliJ as professionals …

Member Avatar for cyvre
3
390
Member Avatar for tqmd1
Re: Sum

Dear tqmd1 either pay attention where you post or learn difference between JSP (Java Server Pages) where you posted this and JavaScript. Post moved

Member Avatar for stbuchok
0
86
Member Avatar for warlord902

Have look at [URL="http://www.daniweb.com/web-development/jsp/threads/249070"]Java Web Development - Starting [tutorials / resources / faq][/URL] there are some books I used in past

Member Avatar for warlord902
0
181
Member Avatar for anand01

As stultuske mentioned decision you need to make is front or back end. If you have choice you should learn little of Hibernate and Spring (core no additions) for back-end, just to have idea how you can apply them. Then maybe try something like Tapestry or Wicket for front end

Member Avatar for anand01
0
119
Member Avatar for umsungun

[B][COLOR="Red"]Do provide evidence of having done some work yourself if posting questions from school or work assignments[/COLOR][/B]

Member Avatar for peter_budo
-3
192
Member Avatar for kumaresen

Forum rules are clear on what is allowed and expected in case of homework Do provide evidence of having done some work yourself if posting questions from school or work assignments. Secondly proper English something expected on anyone around here, meaning sentence starts with capital letter, there is nothing like …

Member Avatar for peter_budo
-1
214
Member Avatar for steffisusan

[B][COLOR="Red"]Do provide evidence of having done some work yourself if posting questions from school or work assignments[/COLOR][/B]

Member Avatar for Tumlee
0
147
Member Avatar for asif49

Set is just an interface that other classes if using it need to implement its methods. Not sure what you want to code there...

Member Avatar for NormR1
0
106
Member Avatar for oldezwe
Member Avatar for peter_budo
0
57
Member Avatar for ali11

Thread closed! Please follow further discussion [URL="http://www.daniweb.com/software-development/java/threads/398642"]here[/URL] @ali11 creating multiple entries with same question is unwelcome practice.

Member Avatar for peter_budo
-2
137
Member Avatar for rotten69

There is whole thread dedicated to learning and working resources in Java that includes recommended books also. Top of this forum [URL="http://www.daniweb.com/software-development/java/threads/99132"]Starting "Java" [Java tutorials / resources / faq][/URL]. Back at school I used to work with [URL="http://deitel.com/Books/Java/JavaHowtoProgram9eEarlyObjectsVersion/tabid/3622/Default.aspx"]Java How to Program[/URL] from Deitel & Deitel. It goes from basics to …

Member Avatar for hiddepolen
0
155
Member Avatar for oldezwe

Turn around your validation, instead of checking if is empty and passwords not equal check for true of passwords equal and email not being empty (then you logged) after it run other checks such as passwords not equal and email empty. In this simple(I say simple as in real life …

Member Avatar for peter_budo
0
232
Member Avatar for jprince

Suggestion, move that long if/else statement to its own method with return of double(example [icode]private static double credits(String Grade)[/icode]), when you read in grade call this method as [icode]totalCredits += credits(Grade);[/icode]. See how that works for you ;)

Member Avatar for peter_budo
0
609
Member Avatar for oldezwe

[QUOTE=oldezwe;1707425] Though, when i click the button twice, it opens a new tab. It will eventually be used in a loop to open different websites upon click. is there anyway to stop it from opening a new tab and just open the next webpage on the current tab? or close …

Member Avatar for peter_budo
0
485
Member Avatar for hadeelh30
Member Avatar for ilovejava

I'm not here to reinvent the wheel, so here you go: [list] [*] learn how to upload file through JSP [*] use library such as [URL="http://alexgorbatchev.com/SyntaxHighlighter/"]SyntaxHighlighter [/URL] [*] work on your project and if you have any problems post back, but in correct forum section [/list]

Member Avatar for ilovejava
0
231
Member Avatar for dayau89

@doomsday1216 and what would be suitable fix according to you? I'm interested to hear about it.

Member Avatar for doomsday1216
0
289
Member Avatar for Sadun89

You should be connecting to MySQL database not to phpMyAdmin tool, which is just webalized GUI for your database. Use just plain localhost as [icode]con = DriverManager.getConnection("jdbc:mysql://localhost/bit5", "root", "");[/icode] or with MySQL default port number [icode]con = DriverManager.getConnection("jdbc:mysql://localhost:3306/bit5", "root", "");[/icode]

Member Avatar for Sadun89
0
134
Member Avatar for Samyx

Given you did not specified what "Image Processing", plus you did not mentioned programming language you want/can use it is hard to advise. However you may consider to write up something like this [URL="http://www.cpr.demon.nl/prog_plotf.html"]ExposurePlot[/URL], (I'm trying to write it at the moment with Java 7 as file metadata is new …

Member Avatar for sufyan2011
0
192
Member Avatar for Spiderpig085

depends on the extend. If the project/assignment is small you should reference it. However if you have some large piece and used something like quick sort, then it is not worth mentioning

Member Avatar for sufyan2011
0
139
Member Avatar for manjushreekaran

First and last impression why on earth you want to collect dat from JSP and then handle it over to PHP for DB insert. Either use JSP and servlets, or just PHP

Member Avatar for peter_budo
0
305
Member Avatar for JavaBiginner
Member Avatar for chiiqui
Member Avatar for peter_budo
0
92
Member Avatar for saisakthi

Unlikely some one can help with amount of code you shared. I can only suggest debugging and follow logic to find out why you getting null point exception

Member Avatar for saisakthi
0
240
Member Avatar for carlbrooks
Member Avatar for peter_budo
-1
56
Member Avatar for pawan768

You can always test it on local installation of Tomcat/GlassFish/Jetty/JBoss App Server etc If you still persist on [URL="http://lmgtfy.com/?q=free+jsp+hosting"]free hosting [/URL]then good luck with it

Member Avatar for peter_budo
0
246
Member Avatar for javaAddict

Doesn't seems to be possible with select & options. One of the way I seen suggested was with div and JavaScript

Member Avatar for javaAddict
0
107
Member Avatar for sonakrish

Hosting it from NetBeans dohhhh :ooh: You want to install Apache Tomcat as minimum and host from there, even better setup Tomcat on top of Apache httpd (also know as Apache server, Apache2)

Member Avatar for peter_budo
0
95
Member Avatar for mandible

No, you need Tomcat or any other Java server/container, you have to provide proper folder structure for project to be deployed on server/container

Member Avatar for Sadun89
0
233
Member Avatar for libathos

There are many plot/chart libraries you can use, example [URL="http://vase.essex.ac.uk/software/JavaPlot/index.html"]JavaPlot[/URL]

Member Avatar for peter_budo
0
100
Member Avatar for Aardwolf

[QUOTE=Voltimolt;1700756]I never asked about Java. I also want it to make it onclick on the textbox, not a button. When they click the textbox, if the value is "username" it will empty it for another value, else no changes happens.[/QUOTE] You posted in JSP, that stands for Java Server Pages, …

Member Avatar for Aardwolf
0
402
Member Avatar for saisakthi
Member Avatar for Undermine
Member Avatar for Chaitanya Dhote

You call [icode]java employee1[/icode] but error code says Employee1. Make sure that you use exact letters capitalization as java is not like html

Member Avatar for peter_budo
0
115
Member Avatar for taranpreet

You need to look into JavaScript/Ajax area. JSP are just static pages with limited interaction

Member Avatar for peter_budo
0
48
Member Avatar for allena

[QUOTE=Luckychap;629482]JSP is server-side scripting[/QUOTE] [QUOTE=buddylee17;628983]a page written in jsp,[/QUOTE] You correct on the point that JSP is server side, however it is not either above, but [quote=http://java.sun.com/javaee/5/docs/tutorial/doc/bnagy.html]A JSP page is a text document that contains two types of text: static data, which can be expressed in any text-based format (such …

Member Avatar for umorenpaul
0
951
Member Avatar for chiiqui

You need to include [URL="http://www.mysql.com/downloads/connector/"]Connector/J[/URL] JAR file in your project and look up basic codes for java to db connectivity

Member Avatar for peter_budo
0
98
Member Avatar for Raion
Member Avatar for poojavb

This is database stuff, when you create in new table a column you would indicate that it is auto-increment and you should be also able to set from which number you wish to start(see this video for example [url]http://www.youtube.com/watch?v=hiWqqlT0G2E[/url])

Member Avatar for poojavb
0
397
Member Avatar for Stefano Mtangoo
Member Avatar for Stefano Mtangoo
0
76
Member Avatar for deep1

Not enough info. Is the project you try to execute available online or is it private stuff?

Member Avatar for stultuske
0
99
Member Avatar for Raion

Of course possible, see [URL="http://lmgtfy.com/?q=objective+c+download+file+from+url"]here[/URL]

Member Avatar for Raion
0
88
Member Avatar for kyraa

Did you ever considered that is not 24/7 coding solution, or that perhaps people do not want to do anything with coders that insist to do stuff directly from JSP or perhaps people do not know or are not interested. Count me in the group "do not want to touch …

Member Avatar for peter_budo
0
115
Member Avatar for slygoth

Thread closed! Please follow any further discussion [URL="http://www.daniweb.com/software-development/cpp/threads/396129"]here[/URL]

Member Avatar for peter_budo
0
195
Member Avatar for Pravinrasal

If you searched "[URL="http://www.google.co.uk/#sclient=psy-ab&hl=en&source=hp&q=java+report+library&pbx=1&oq=java+report+library&aq=f&aqi=g1g-v3&aql=1&gs_sm=e&gs_upl=1143l5249l0l5563l19l9l0l5l5l0l555l1386l0.2.5-2l6l0&bav=on.2,or.r_gc.r_pw.r_cp.,cf.osb&fp=d92b7c52a83564cd&biw=1436&bih=783"]java report library[/URL]" you would already had answer and didn't have to post and shame your self with ignorance

Member Avatar for brynFlew
0
120

The End.