5,031 Posted Topics
Re: Can you list resources as their are organized on the server like PROJECT_FOLDER[LIST] [*]JSPs (files) [*]WEB-INF (folder) [LIST] [*]lib (folder) [*]web.xml (file) [/LIST] [/LIST] | |
Re: I'm sorry I do not have access to Ubuntu, have look on this article if you can pick some [URL="http://www.greenhughes.com/content/developing-mobiles-java-ubuntu"]tips[/URL]. If it doesn't work out try to download one of custom SDKs like Nokia, SonyEricsson or traditional [URL="http://java.sun.com/javame/downloads/sdk30.jsp"]Sun SDK[/URL] that comes with own installers and just add them to NetBeans … | |
Re: OK, before I start doing anything, would you care to explain what this application is supposed to do? From what I seen so far I guess you trying to create some sort of memo holder or diary where you will keep a note associated with date and time. Can you … | |
Re: As BestJewSinceJC already mention for syntax highlighting you should use code=java [noparse][code=java]System.out.println("Colour Syntax");[/code][/noparse] will come as [code=java]System.out.println("Colour Syntax");[/code] As for posting errors received from application we leave posting format on you. What is important to as is the use of code tags on posted code (which some people refuse to … | |
Re: You can either type in all vertex coordinates by hand ( I would not recommend to do this if they not simple shapes like cube or sphere) or you can create model in 3D environment like 3D Studio Max (over kill if you are not part of larger company in … | |
Re: You missing closing bracket on PreviousButtonHandler class [code] class PreviousButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { int numItems = theInventory.getNumItems(); if (numItems != 0) { index = (--index) % numItems; } if (index < 0) { index = numItems - 1; } if (numItems == 0) // catches … | |
Re: Show what you did so far and we will do our best to help you | |
Re: [QUOTE=joshfolgado;931934]Hi, I need to compare MySQL, MS SQL 2008 and Oracle. Do you know of any link where this comparison takes place? I found a few comparign MySQL and MS SQL 2000 but not with MS SQL 2008 and Oracle too. Can you please help? Thanks Josh[/QUOTE] This is trivial … | |
Re: You will get use-to-it. Main issue with there site is the speed. Members complains about for ages and so far nothing been done | |
Re: Have look at [URL="http://books.google.com/books?id=Eh5NcvegzMkC&lpg=RA1-PA596&ots=ESM6GF-_Lt&dq=sun%20certified%20programmer%20for%20java%206%20generics%20and%20collections&pg=RA1-PA569"]this section[/URL] from SCJP study guide | |
Re: [QUOTE=deepak_nuniwal;885927]I have two database's 1st database has 21 columns and 20140 records 2nd database has 27 columns and 61603 records. i need to compare each and every cell of 1st database to each n every cell of 2nd database and the output should be the rows where two cells are … | |
Re: You have problem with yours [URL="http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Connection.html#prepareStatement(java.lang.String)"]prepareStatement[/URL]. Have look at [URL="http://java.sun.com/docs/books/tutorial/jdbc/basics/prepared.html"]this tutorial[/URL] it will explain it to you. After that if you still have problems just post bellow. | |
Re: Off topic: Just do not tell me you are from Westminster University or I start laughing. This is traditional assignment there. | |
Re: [LIST=1] [*]Please do not bump old threads in the future to just ask question of your own instead of providing some answer [*]If you wish continue discussion, create new thread in appropriate forum section and do not forget to mention your level/confidence with which ever language you are about to … | |
Re: There is no need for expert. The error spell it out clearly for you [code]java.lang.[B]ClassNotFound[/B]Exception: oracle.jdbc.OracleDriver java.lang.[B]ClassNotFound[/B]Exception: oracle.jdbc.OracleDriver[/code] You either do not have connection drivers at all or you did not let application know where to find this driver (either add it through IDE or on compile provide classpath with … | |
Re: 1) You will use id or name attribute of data field from which you want to retrieve data 2) Sessions For example on use of both of them have look at [URL="http://www.daniweb.com/forums/thread141776.html"]this post [/URL] | |
Re: E-books, big issue if you get some like from O'Reilly they most likely out of date or illegal (which is big NO, NO here). The best you can do is limited preview from Google books like [URL="http://books.google.com/books?id=chepSC2iAB8C&printsec=frontcover&dq=Beginning+j2me"]Beginning J2ME - From Novice to Professional[/URL] or buy paper copy (if you decide … | |
Re: [QUOTE=textbox;929543]Developing this site in asp.net would be a good choice because it has the built-in functionality to allow for secure logins, role-based content viewing, profile management, etc.[/QUOTE] same can be achieved with JSP or PHP and there can be endless discussion on which is better. One for sure, there is … | |
Re: @Mayc2ph welcome to our forum @RAJESHw7 please be advised that you are expected to use full sentence English and chat-room speak is not tolerated here | |
Re: I can recommend [URL="http://dailyrazor.com/index.php"]DailyRazor[/URL]. I'm using it nearly for a year now (since I moved for previous provider, which was less flexible with configurations). You have option for Tomcat or JBoss, plus they happy to provide with you with version you want PS: I just hope that you already bought … | |
Re: Not that I do not want help but here is a rule which state [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL], in the meaning show us what you tried so far and we will direct you. Do not expect people to do your homework, that way you … | |
Re: You have extra closing bracket. Plus you need to change all this "s.o.p" replace with proper System calls, add statement to while loop on line 61, check use of declared variable names not just random names (line 18,25), line 15 check declaration in for loop plus I guess there will … | |
Re: You should have some user table in your database, where you first check if the username does not already exist. If not you then add it to DB and grant privileges | |
Re: masijade, what about JSTL and its ability of SQL querying? Wouldn't that work? | |
Re: Well structured database would be beneficial PS: Bumping old post is not best idea, you should have created new thread. | |
Re: Thread attracting to much of spammer, therefore closed | |
Re: [QUOTE=adatapost;928062]Download netbean sdk. It will be suitable for you.[/QUOTE] IDE is irrelevant [QUOTE=rahul8590;927532] Besides this code works properly only in IE , when i run it in Firefox , instead of executing the chat123.jsp file , all the source code is displayed. I ran all the code in Wampserver . … | |
Re: Are we talking with local host or "open" host (when other can see it)? Either way you need to start with [URL="http://tomcat.apache.org/"]Tomcat[/URL] setup, [URL="http://www.jboss.org/"]JBoss[/URL] or any other web container of choice for Java | |
Re: Have look at [URL="http://www.daniweb.com/forums/thread141776.html"]this post[/URL] you will find your answer | |
Re: I made it a "small" changes to your coding. Now it is like this :) Customer.java [code=Java] public class Customer { public static void main(String[] args) { CustomerFunctions cf = new CustomerFunctions(); cf.start(); } }[/code] CustomerFunctions.java [code=Java] import java.io.FileNotFoundException; import java.io.FileReader; import java.io.BufferedReader; import java.io.IOException; import java.util.Vector; import java.util.Scanner; import … | |
Re: [URL="http://www.daniweb.com/forums/post923835-6.html"]Here[/URL] is good advice (it is about final year project, but you can do it also as pre-job project) | |
Re: Have look [URL="http://websec.wordpress.com/2007/11/17/mysql-table-and-column-names/"]here[/URL] seems to be full of info | |
Re: Read [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/button.html"]How to Use Buttons, Check Boxes, and Radio Buttons[/URL] | |
Re: [LIST=1] [*]Create frame with some labels, text fields, submit button and add what ever image you wish [*]On submit button run validation if any data entered at all, if they fulfil criteria set for each entry (minimum and maximum length, use of allowed/forbidden characters, case sensitivity etc.) [LIST] [*]If any … | |
Re: Help may come if you show some effort... | |
Re: For single parameter you will use getParameter(java.lang.String name). If you look just few lines below this method in ServletRequest API you will see [URL="http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletRequest.html#getParameterValues(java.lang.String)"]getParameterValues(java.lang.String name)[/URL] to get multiple selection | |
Re: You should get back to basics of HTML. Simple example[URL="http://w3schools.com/html/tryit.asp?filename=tryhtml_form_radio"] here[/URL] | |
Re: lol, had similar coursework took me 2 days to finish it :cheesy: | |
Re: Exactly same way as you will do it with any other component for user data collection in Java, [URL="http://72.5.124.55/javame/reference/apis/jsr118/javax/microedition/lcdui/TextField.html#getString()"]getString()[/URL] (do not forget to parse String to numerical values) PS: In the future please use code tags to post any code as following [noparse][code]YOUR CODE HERE[/code][/noparse] | |
Re: [QUOTE=adatapost;921024]rajshree13, Use select query with where caluse. [code=sql] select * from tablename where adate='1-1-2002'" [/code][/QUOTE] Not sure about your advice, because as I understand question rajshree13 want to send email out when system time match with issue date in database. For that you will need to use Timer with [URL="http://java.sun.com/javase/6/docs/api/java/util/Timer.html#schedule%28java.util.TimerTask,%20java.util.Date%29"]schedule(TimerTask … | |
Re: Have look at this tutorial from [URL="http://www.netbeans.org/kb/55/mobile-dilbert.html"]NetBeans[/URL] | |
Re: I guess you wrong as Planet PDF has [URL="http://www.planetpdf.com/developer/article.asp?ContentID=6632"]3rd edition[/URL] on their list and they do not publish illegal content as far I know | |
Re: Why don't you use [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/table.html"]JTable[/URL]? | |
Re: If you tried to view page you would found the whole code [code=CSS] /* 3. C A T E G O R I E S */ #categories{ position:fixed; width:120px; top:190px; right:-120px; z-index:120; background-color:#222; padding-bottom:16px; } #categories:hover{ right:0px; } #categories h4{ cursor:pointer; background-color:#000000; padding:10px; color:#FFFFFF; font-variant:small-caps; text-align:center; position:absolute; left:-30px; width:10px; } … | |
Re: [QUOTE=anindo87;913837]hello evryone. please someone help me. I want to load the data frm sql server database at the button click...how to load the data using resultset rs.getString("column name") in the <option></option> tag using JSP codes??[/QUOTE] The answer can be found in [URL="http://www.daniweb.com/forums/thread141776.html"]sticky post[/URL] of JSP section | |
Re: @jvd401 [LIST] [*]Go to nearest bookshop [*]Find IT section [*]Look-up programming section [*]Find one of Java-How to Program, by Deitel, book [*]By the book [*]Start reading [*]While at break have look on following [URL="http://www.daniweb.com/forums/announcement9-2.html"]forum rule[/URL] [/LIST] | |
Re: More on Java [URL="http://forums.java.net/jive/index.jspa?categoryID=1"]java.net forums[/URL] and [URL="http://www.coderanch.com/forums"]coderanch.com[/URL] | |
Re: I'm not a researcher and I would not consider my MSc report as best example to show off, but from experience of writing it there are many things to improve. Your paper clearly missing wider discussion of the issue, examination of work done by other researchers, your personal opinion why … | |
Re: Sorry but I dont think you will get to much from 1024 x 768 resolution!!! I use 17" and resolution here is 1280 x 1024, what about Dani with 23" :confused: Also images are not of greates kvality, have ugly logo in right bottom corner, looks to me that most … | |
The End.