5,031 Posted Topics
Re: [QUOTE=ceyesuma;1046481]That looks good. here is another one if you are interested [url]http://netbeans.org/kb/docs/web/hibernate-jpa.html[/url][/QUOTE] Keep in mind that is another addition of technology and as you just started with JSF I would learn first one and then other. | |
Re: Interesting behaviour, I was thinking that repeated assignment in this scenario is fine as basically this should repeatedly overwrite that single object of names array. We will have wait and see if anyone knows... | |
Re: I do not see any problem with that. However we have golden rule here [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL]. So you better to come back with something... | |
Re: joshSCH attitude toward this forum did not change. After strolling around and being rude he was once again banned. | |
Re: You need to use [URL="http://java.sun.com/javase/6/docs/api/java/util/ArrayList.html#set(int,%20E)"]set(int index, E element) [/URL], as in above you just adding new element | |
Re: Marked as solved why? If you have solution why didn't you posted? | |
Re: Ehmm post is about 2 years old. Don't you think is either solved or long forgoten? | |
Re: Why is this marked as solved? If you solved, why didn't you post solution? | |
Re: [LIST=1] [*]You should have developing environment set specifically for this, as loose files that can be tolerated for small desktop development are bad idea in web development [*]When you compile you need to include direction for servlet-api.jar that can be found in Tomcat_dir/lib. Execution command should look something like [icode]javac … | |
Re: Yes, X10 sounds very promising. I just hope that SE not gone prove their attitude of release day extensions as they do so often... | |
Re: I do not know if you have hard-coded path to folder or not, but once you have path tot the folder you can use File class method [URL="http://java.sun.com/javase/6/docs/api/java/io/File.html#list()"]list()[/URL] or [URL="http://java.sun.com/javase/6/docs/api/java/io/File.html#listFiles()"]listFiles() [/URL]. First returns array of Strings and second returns array of File objects. Use which ever you prefer, reading files … | |
Re: [QUOTE=reddy5081;308156][B]good day ,[/B] [B]i am new to java ,[/B] [B]i am using two different databases and i want to insert data from one table to other empty table using jdbc .and it consists of null values in one table along with some data .when ever we add new data to … | |
Re: Java and JavaScript are not the same. Post moved to JavaScript section | |
Re: A list of [URL="http://www.java2s.com/Tutorial/Java/0340__Database/AListofJDBCDriversconnectionstringdrivername.htm"]connection strings[/URL] | |
Re: First part yes, second part no and yes (principle of connection with DB is same for all just connection string does vary) but answer is [URL="http://www.daniweb.com/forums/thread141776.html"]here[/URL] if you cared to actually search before posting | |
Re: [code=java] if ( (userID.getString().length() == 0 ) || (userPW.getString().length() == 0))[/code] | |
Re: Does your "forems" stands for form or forums? | |
Re: 1) Learn more about Java web development, these days people do not use [icode]out.print[/icode] to display HTML tags 2) Divide your code in according to Model-View-Controller 3) Have look on good tutorial, like [URL="http://cit3.cdn.swin.edu.au/utilities/upload/File_Upload_Using_Java.html"]this one [/URL] or even better learn how to use [URL="http://commons.apache.org/fileupload/"]Apache Commons[/URL] | |
Re: No JavaFX is just add-on with NetBeans instalation. Did you set path to your installation of Java like in the first part of [URL="http://webdev.sis.pitt.edu/st/sec_cookie/cookie2.htm"]this article[/URL] (up to point 3)? | |
Re: Tutorial on top of the JSP section called [URL="http://www.daniweb.com/forums/thread141776.html"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL] show how to achieve this | |
Re: I hope you know that you asking about JavaScript function in Java Server Pages forum section. So should this stay here or moved to JavaScript? | |
Re: Rule of the forum - [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL], so start working on it, ask specific questions and do not ask for full solution | |
Re: Please explain what you mean by "when I run the project"... Provide steps you take to create and deploy your application under Eclipse. PS: I would love to see Tomcat which starts under 60ms. Tomcat is not instant start up like a notepad or any other simple application on your … | |
Re: 1)You should always post error you getting 2)Line 93 if statement is with capital "i" 3)You are missing brackets for your first if statement on line 92 4)Line 95 is not a Java expression. Haven't you been given rules about consolidation? | |
Re: >Somebody suggested me that mobile phone with Skype would be cheap and good option. Say thank you to that person but your application will not able to communicate with Skype as their API is still not publicly available. There been some suggestion that will open source soon, but soon can … | |
Re: I believe you missed this [URL="http://www.daniweb.com/forums/announcement9-2.html"]important announcement[/URL]. Please go a head and read it... | |
Re: [QUOTE=akash210;1040517]hi i am akash & i am designing my web crawler in JAVA, can you please send me the code....my id is <EMAIL SNIPPED>....thanks[/QUOTE] Here is the [URL="http://lmgtfy.com/?q=Learn+to+use+google+search..."]code[/URL] | |
Re: Read [URL="http://www.intechgrity.com/2009/06/show-author-name-abovebelow-post-title.html"]this[/URL] | |
Re: Closing thread because is attracting attention of lazy students and shameless project sellers. | |
Re: The code is local to your machine so we would not be able to see the code till you post it... | |
Re: Do not expect that we will do your homework, so in the future please post only if you have problem with some part of the code not whole homework/school project/thesis. Useful link, always Java Sun website - [URL="http://java.sun.com/docs/books/tutorial/networking/index.html"]Custom Networking[/URL] for example | |
Re: Yes it is ambiguous... What you mean by wirelessly? Through wireless network in home/office or through mobile network as communication between server and mobile device? Access to DB is as you indicated through the connection string in first post, but you should provide a servlet that will receive request for … | |
Re: So if you have written that code why didn't you posted so somebody can have look at it and tell you what can be wrong? So far it does look like you posted your assignment and expect somebody else do it for you... | |
Re: [QUOTE=compengg;1039050][B][COLOR="Green"]What do you find wrong in my way of communication and typing??Could you please tell me ??:?:[/COLOR][/B][/QUOTE] Consider using less of colourful text, start using full sentence English and provide as much information as necessary when trying to get something sorted. | |
Re: [QUOTE=mahdi68;1038227]Hi i want to show a wap website on Java ME application but i dont know how !!! please help me to do it thanks[/QUOTE] You would have to read returned document as a schema(like xml), and through rendering engine provide necessary layout and set up for each wap tag … | |
Re: @GiRL,IT your use of language is unacceptable. Please make sure you read forum rules where you will find something like[QUOTE]We strongly encourage all posts to be in full-sentence English. Please do not use "leet" speak or "chatroom" speak.[/QUOTE] | |
Re: [QUOTE=dhanuvangaveti;1038726]anybody, can u help me in this how to run an exe file which is generated through c program in java its urgent plz[/QUOTE] Read all previous replies. Your urgency unfortunately doesn't mean anything to us. Closing thread as there is no need for more bumps to reopen thread and … | |
Re: Well if you letting user to submit value in 3rd JSP page also then after that there has to be some processing so therefore 3rd page should have submit also. Isn't that logical have something like that? | |
I have dual boot system with Windows XP Pro and Ubuntu 9.10 on same HDD. There is and irritating issue with Creative Audigy SE where the card will work under one OS, but not on other (so either it work with XP and not Ubuntu, or vice-versa). Any suggestions? | |
Re: @Thirusha correction, you can do [URL="http://www.google.co.uk/#hl=en&source=hp&q=ajax+database+connectivity&btnG=Google+Search&meta=&aq=8&oq=ajax+database+&fp=c662ce1e81ac315b"]DB connectivity with AJAX[/URL] which is essentially JavaScript ;) | |
Re: Export/import any more specific on it? | |
Re: sourceforge.net PS: I would recommend you read forum rules as with your post you asking for warning/infraction in regards of font colour as "Avoid using an excessive amount of [noparse][bbcode][/noparse] to alter font styles or to draw more attention to your post." | |
Re: I have only netbeans 5.5.1, installing latest release from them is usually risky. | |
Re: ha-ha C coding, happy to be over it. The C programming language by Kernighan & Ritchie book is one of "MUST" hate :D | |
Re: [QUOTE=shobhit123;1036354]Yes i didnt see that properly.My mistake. some people do think themselves smart using slang languages, you are indeed one of them. anyways..[/QUOTE] I do recommend you take time to read other responses as often people will reply to something that was already corrected and then wonder why they are … | |
Re: Not sure what exactly you did and did not do, plus I do not use eclipse but try to follow [URL="http://http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/index.html"]this tutorial[/URL] to see if you get it working (do not worry about tomcat version, there is minimal difference between ver. 5 and 6) | |
Re: [QUOTE=ramseswar;690411]You just have to download Adobe Dreamweaver and make a headstart.[/QUOTE] Just making point, Dreamweaver is an expensive tool. I know you can get trial version however it may be confusing for beginner. Classic Notepad is sufficient for start and doesn't cost you penny (or what ever is the smallest … | |
Re: [QUOTE=hanzooi;1036519][IMG]http://i64.photobucket.com/albums/h200/chimine/Untitled-2.jpg[/IMG] it will then pop up this screen. [IMG]http://i64.photobucket.com/albums/h200/chimine/Untitled1-1.jpg[/IMG] how to do it?[/QUOTE] In the future please use forum attachments facilities instead of image hosting servers where content will get removed over period of time | |
Re: You need to be more specific otherwise you get just general response... |
The End.