5,031 Posted Topics
Would be possible to create "generic" sub-forum in Databases where we can place any db related stuff which doesn't fit into any of our present options?(MySQL, MS SQL, Oracle, MS Access and FileMaker Pro, Database Desing) Having something similar to Software Development sub-forum Legacy and Other Languages. Reason: Often there … | |
Re: Solution [URL="http://www.daniweb.com/forums/announcement8-2.html"]here[/URL] | |
Re: I would have put all characters (upper and lower cases) that I would like to use in the same collection, unlike you put it in four different. Take it size and run random generator on collection size number of times declared by me or user. | |
Re: Would be nice if you can share your findings with others... | |
Re: Here is interesting [URL="http://www.java3d.org/"]collection of links[/URL] in regards of Java and 3D, some [URL="http://nehe.gamedev.net/"]tutorials[/URL] , also in your report you should compare various libraries/engines like [URL="http://www.jpct.net/"]jPCT[/URL], [URL="http://lwjgl.org/"]LWJGL[/URL] | |
Re: @afizaex [URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those who show effort[/URL] | |
Re: There is a open source option [URL="http://www.onehippo.com/en/products/cms"]Hippo CMS[/URL], however it hasn't got specific features like Campusuite that directly targets education organizations. Another option is [URL="http://www.blackboard.com/"]Blackboard[/URL] that is specifically targeting education system and if I understand it correctly it should be free for schools( while I was studying at university we … | |
Re: The default answer would be : the same way as you did it for one image. Retrieve collection of image objects from database and use loop to get it in grid layout. If you posted code somebody could already helped you | |
Re: Web service is a service that is a component used/consumed by application/web application. Service is using open protocols and can be discovered by Universal Description, Discovery and Integration (UDDI). XML is used for communication between applications and services. You may seen web service as weather cast on website, sport results, … | |
Re: You can find [URL="http://lmgtfy.com/?q=java+jdbc+example"]here[/URL] plenty of examples PS: Please be more specific on what database you looking for | |
Re: @ezhekhyel89 failing to specify what language and technology you prefer, you just lost 80% of forum audience @Tharanga05 no innovation just repeating what was already done and teachers had to mark years before. In doing so you are putting students in difficult situation being compared with same project idea done … | |
Re: 1. Do not use JSP for communication with form. Pass data from JSP page to servlet and this should open connection to database and save data. You can find example [URL="http://www.daniweb.com/forums/thread141776.html"]here[/URL] 2. Instead of using plain Statement have look on [URL="http://download.oracle.com/javase/6/docs/api/java/sql/PreparedStatement.html"]PreparedStatement[/URL] (also used in previously linked tutorial) | |
Re: Thread closed as there is already duplicate, [URL="http://www.daniweb.com/forums/post1348681.html"]here[/URL], from few days back. @arunpatyal1987 either take advice and work on it, or do not post again begging for code. It is your assignment not ours | |
Re: Any database to which you can find a driver that will be most of currently used MySQL/MSSQL/Oracle/MS Access/Postresql/SQLite/any many-many more | |
Re: Why you are trying to inject second page that is obsolete there? If you want to be sure user entered values and these are of correct format use JavaScript/Ajax/jQuery to do on form validation and submit form only if conditions are fulfilled. | |
Re: Please read following [URL="http://www.daniweb.com/forums/announcement8-2.html"]announcement [/URL] | |
Re: Can you change it for some other platform? (Android/iPhone/JME) There is very small market with Windows mobile applications and their emulators are not the best one. Try to talk to your teacher about it, as final project and tools+technologies used are your choices not his. And if he doesn't agree … | |
Re: 1. You are 4 years too late 2. You did not used code tags, that means you didn't read forum rules 3. Thread closed before another time traveller arrives.. | |
Re: There was Openwave simulator few years back, but Openwave sold this product and I didn't see it. You can get download from [URL="http://www.giveawayoftheday.com/soft/5713350/"]here[/URL] or from this [URL="http://wapreview.com/blog/?p=3733"]blog[/URL] | |
Re: With only class file little chance of success since it is standard Java, where most phones either support Java Microedition ( a lot cut down Java SE) or run different Java (like Android with Dalvik JVM) Your best chance is to rewrite it. | |
Re: Why don't you call JUnit directly instead of trying to trigger it by Ant? | |
Re: masijade gave you clear formula how to convert an entry of 12degrees 34minutes 56sec down to seconds value that you can then apply to your image calculations. Your formula "degrees + (minutes * 60) + (secs*3600)" is completely wrong. Can you explain what are you trying to calculate out of … | |
Re: Sorry but you obviously do not know what you are talking about and just playing around with keywords you been told either at school or perhaps at work place. Secondly your statement "I want to develop a newspaper website independently." doesn't provide any minimal requirements you are expecting out of … | |
Re: You didn't have to put it in path. Telling your IDE where to find this library is enough... | |
Re: I wouldn't bother with either of above and use either Selenium IDE or WebDriver. Simple setup script would assure I will keep only followers I wish and block others | |
Re: [QUOTE=Polvos Elvira G;1346582]good morning i would like to ask about photo gallery codes in java...thank you...[/QUOTE] A) Either you are talking about JavaScript that has nothing to do with Java B) You looking for some help in Java web development and this should be moved to JSP forum C) You … | |
Ahh, long time since I was on pposting end :D Ok here it goes. The code bellow show mobile application that takes string from user and past it on to servlet. Servlet read it add extra data on front of message and send it back to mobile device that display … | |
Re: [QUOTE=riahc3;1344329]Hey Ive been hearing about Netbeans but Id like alternatives. Any out there? If the program is not written in Java (ironic I know) I would perfer it. Thanks[/QUOTE] Would you care to explain more? You need an IDE and it supposed to handle other languages or you just want … | |
| |
Re: You can find them [URL="http://lmgtfy.com/?q=j2ee+jquery"]here[/URL] | |
Re: Never did anything with midlet & GPS, but try to have look at [URL="http://www.google.co.uk/#hl=en&q=midlet+gps&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=&fp=af53484c05009a1c"]these articles[/URL] PS: It doesn't matter what emulator or device you use as long you have access to appropriate libraries... | |
Re: If you search JSP section you would find few older posts asking/suggesting some Java web hosting companies. I heard of some free hosting, but this is always heavily overloaded with advertising and you do not have access to server (you have to always ask for restart and other stuff). So … | |
Re: [QUOTE=JamesCherrill;1336383]Please re-post code in code tags so we can read it.[/QUOTE] James please do not ask people to repost their code again, rather advise on using code tags for future posting. As you know multi-posting is against forum rules | |
Re: There is no direct link between JCreator and Tomcat, so if you want to run your project you have to compile it first that manually start or restart Tomcat. After that you will be able to see your changes. On another hand NetBeans and some other IDEs provide Tomcat server … | |
Re: JavaScript is not JSP (Java Server Pages). Moved to JavaScript section... | |
Re: Did you started server?? (sudo ./startup.sh) Are you sure nothing else is running on 8080? I used XAMPP very short time, but as it is Apache server and you trying to run Tomcat on top of it you should look into mod_jk | |
Re: Put these two together and you should be able to make it [URL="http://wiki.forum.nokia.com/index.php/Google_Maps_API_in_Java_ME"]Google Maps API in Java ME[/URL] and [URL="http://wiki.forum.nokia.com/index.php/How_to_get_Location_Using_Location_API_JSR_179"]How to get Location Using Location API JSR 179[/URL] | |
Re: You can always use formulas ([URL="http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html#setCellFormula(java.lang.String)"]setCellFormula[/URL]) to help you with it... | |
Re: Explain your problem in more details and maybe we can come up with more flexible solution then use of array... | |
Re: You need JSP to get file from user and forward it to user. To download it you should use [URL="http://commons.apache.org/fileupload/"]Commons FileUpload[/URL] or similar. Once you have file in servlet you want to use [URL="http://poi.apache.org/"]Apache POI[/URL] to manipulate Excel | |
Re: From pc to mobile phone yes, as there is unique identifier (mobile phone number) From mobile to any pc in given country no, the IP address is not unique and often is dynamic. | |
Re: @jeff.sibal thank you for your time writing this reply. However I would like to ask you that next time you check date of original post as like in this case, originally posted in 2005, original poster either already found solution or would not be interested in it after such a … | |
Re: Would be helpful if you show us how you retrieve data, how you attempt to add it to database and what sort of errors you getting. | |
Re: If this wouldn't be mobile section and we been in Java I would say use [URL="http://download.oracle.com/javase/6/docs/api/java/io/BufferedReader.html"]BufferedReader[/URL]. Since this is mobile section iPhone - idea JME - no reading line by line, you need to implement your own parser Android - [URL="http://developer.android.com/reference/java/io/BufferedReader.html"]BufferedReader[/URL] PS: In the future would be nice if you … | |
Re: if you check out JCreator forum you would find answer [URL="http://www.jcreator.com/forums/index.php?showtopic=214"]there[/URL] | |
Re: You can find Tomcat 6 instructions [URL="http://www.daniweb.com/forums/post1110463.html#post1110463"]here[/URL]. Even though it is 6, there wouldn't be much difference for basic setup to 7 as I know Tomcat project | |
Re: Java is not language designed to make changes with OS. If you interested in Java speech recognition you should look [URL="http://tinyurl.com/3x6tbvo"]here[/URL] | |
Re: Not sure what you trying to achieve with creation of these inner classes but what you can do is to implement ActionListener in your class GradeProgram [icode]public class GradeProgram extends JFrame implements ActionListener[/icode] and provide general implementation of actionPerformed that works for all buttons (positive only one method, negative conditional … | |
Re: What first comes to my mind is ask what you use for your JME project? WTK 2.5.2, JME SDK 3.0, custom WTK (like Sony Ericsson, Nokia)? And what JDK version you have 32bit or 64bit? Also there seems to be a [URL="http://www.google.co.uk/search?source=ig&hl=en&rlz=&=&q=VERIFIER+ERROR+com%2Fsun%2Flwuit%2Fanimations%2FTransition3D.initTransition%28%29V%3A&aq=f&aqi=&aql=&oq=&gs_rfai="]lot of articles[/URL] in regards of this error |
The End.