5,031 Posted Topics
Re: Just split "Broadcast" and "test" into 2 files | |
Re: 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 | |
Re: @rotten69 was it worth to reopen 6 year old thread? (Created 02-05-05) Thread closed, before another time-traveler arrival | |
Re: 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 | |
Re: Well this is your project, so why don't you show what you learn so far and do some creative thinking... | |
Re: @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 … | |
Re: Dear tqmd1 either pay attention where you post or learn difference between JSP (Java Server Pages) where you posted this and JavaScript. Post moved ![]() | |
Re: 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 | |
Re: 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 | |
Re: [B][COLOR="Red"]Do provide evidence of having done some work yourself if posting questions from school or work assignments[/COLOR][/B] | |
Re: 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 … | |
Re: [B][COLOR="Red"]Do provide evidence of having done some work yourself if posting questions from school or work assignments[/COLOR][/B] | |
Re: Set is just an interface that other classes if using it need to implement its methods. Not sure what you want to code there... | |
Re: You can do it with [URL="http://seleniumhq.org/docs/03_webdriver.html"]Selenium[/URL] | |
Re: 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. | |
Re: 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 … | |
Re: 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 … | |
Re: 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 ;) | |
Re: [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 … | |
Re: 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] | |
Re: @doomsday1216 and what would be suitable fix according to you? I'm interested to hear about it. | |
Re: 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] | |
Re: 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 … | |
Re: 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 | |
Re: 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 | |
Re: Thread locked! No effort | |
Re: Poor problem description. You need to explain more what is your problem | |
Re: 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 | |
Re: Moved to PHP section as this has nothing to do with JSP - Java Server Pages | |
Re: 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 | |
Re: Doesn't seems to be possible with select & options. One of the way I seen suggested was with div and JavaScript | |
Re: 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) | |
Re: 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 | |
Re: There are many plot/chart libraries you can use, example [URL="http://vase.essex.ac.uk/software/JavaPlot/index.html"]JavaPlot[/URL] | |
![]() | Re: [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, … ![]() |
Re: Download the rar of the project, open it in IDE, compile it and run it. Was that hard? | |
Re: Which version of Hibernate are you using? | |
Re: 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 | |
Re: You need to look into JavaScript/Ajax area. JSP are just static pages with limited interaction | |
Re: [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 … | |
Re: 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 | |
Re: Honestly, I do not know anyone of this forum that can help you with this. | |
Re: 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]) | |
Re: Try [URL="http://espressosoft.com/wordpress/?p=25"]this[/URL] | |
Re: Not enough info. Is the project you try to execute available online or is it private stuff? | |
Re: Of course possible, see [URL="http://lmgtfy.com/?q=objective+c+download+file+from+url"]here[/URL] | |
Re: 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 … | |
Re: Thread closed! Please follow any further discussion [URL="http://www.daniweb.com/software-development/cpp/threads/396129"]here[/URL] | |
Re: 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 |
The End.