5,031 Posted Topics

Member Avatar for moonis.ahmed

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]

Member Avatar for peter_budo
0
248
Member Avatar for mahdi68

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 …

Member Avatar for peter_budo
0
402
Member Avatar for nukabolhi

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 …

Member Avatar for peter_budo
0
250
Member Avatar for NavyMan

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 …

Member Avatar for NavyMan
0
191
Member Avatar for smartsanja

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 …

Member Avatar for peter_budo
0
73
Member Avatar for Gueito

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 …

Member Avatar for Freaky_Chris
0
147
Member Avatar for selvag
Member Avatar for joshfolgado

[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 …

Member Avatar for joshfolgado
0
143
Member Avatar for ahoyikisoba

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

Member Avatar for ahoyikisoba
0
205
Member Avatar for Evil_genius82

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

Member Avatar for Evil_genius82
0
260
Member Avatar for deepak_nuniwal

[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 …

Member Avatar for javaAddict
0
2K
Member Avatar for jacky_cheng

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.

Member Avatar for cjkennedyo
0
114
Member Avatar for CTUBren

Off topic: Just do not tell me you are from Westminster University or I start laughing. This is traditional assignment there.

Member Avatar for CTUBren
0
120
Member Avatar for mcathymatthew

[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 …

Member Avatar for peter_budo
0
208
Member Avatar for hims4u

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 …

Member Avatar for ~s.o.s~
0
513
Member Avatar for alsoumhi

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]

Member Avatar for masijade
0
75
Member Avatar for Josh_Hcq

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 …

Member Avatar for peter_budo
0
105
Member Avatar for GianFire

[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 …

Member Avatar for peter_budo
0
176
Member Avatar for Mayc2ph

@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

Member Avatar for peter_budo
0
5
Member Avatar for simplypriti

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 …

Member Avatar for simplypriti
0
144
Member Avatar for anumitadas

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 …

Member Avatar for VernonDozier
0
85
Member Avatar for MonicaClare

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 …

Member Avatar for puneet88
0
188
Member Avatar for jbennet

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

Member Avatar for inckie
1
755
Member Avatar for Gayatri1987
Member Avatar for Amitji

Well structured database would be beneficial PS: Bumping old post is not best idea, you should have created new thread.

Member Avatar for peter_budo
0
851
Member Avatar for BamaStangGuy
Member Avatar for rahul8590

[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 . …

Member Avatar for peter_budo
0
107
Member Avatar for shankmuchlove

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

Member Avatar for peter_budo
0
109
Member Avatar for talha06

Have look at [URL="http://www.daniweb.com/forums/thread141776.html"]this post[/URL] you will find your answer

Member Avatar for peter_budo
0
73
Member Avatar for W@n

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 …

Member Avatar for mabz
0
181
Member Avatar for spalax

[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)

Member Avatar for peter_budo
0
86
Member Avatar for agent154

Have look [URL="http://websec.wordpress.com/2007/11/17/mysql-table-and-column-names/"]here[/URL] seems to be full of info

Member Avatar for agent154
0
147
Member Avatar for ndoe

Read [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/button.html"]How to Use Buttons, Check Boxes, and Radio Buttons[/URL]

Member Avatar for peter_budo
0
85
Member Avatar for get2tk

[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 …

Member Avatar for peter_budo
0
94
Member Avatar for rajawhb
Member Avatar for saivemuri

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

Member Avatar for peter_budo
0
319
Member Avatar for CoSIS1

You should get back to basics of HTML. Simple example[URL="http://w3schools.com/html/tryit.asp?filename=tryhtml_form_radio"] here[/URL]

Member Avatar for peter_budo
0
124
Member Avatar for haf
Member Avatar for wrathness

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]

Member Avatar for wrathness
0
103
Member Avatar for rajshree13

[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 …

Member Avatar for CoSIS1
0
89
Member Avatar for gitech

Have look at this tutorial from [URL="http://www.netbeans.org/kb/55/mobile-dilbert.html"]NetBeans[/URL]

Member Avatar for peter_budo
0
265
Member Avatar for Stefano Mtangoo

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

Member Avatar for Stefano Mtangoo
0
106
Member Avatar for rizillion

Why don't you use [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/table.html"]JTable[/URL]?

Member Avatar for peter_budo
0
174
Member Avatar for ayesha789

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; } …

Member Avatar for peter_budo
0
78
Member Avatar for anindo87

[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

Member Avatar for anindo87
0
461
Member Avatar for jvd401

@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]

Member Avatar for jvd401
0
10K
Member Avatar for JugglerDrummer

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]

Member Avatar for peter_budo
0
258
Member Avatar for Fuga

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 …

Member Avatar for Narue
-1
40
Member Avatar for Dani

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 …

Member Avatar for peter_budo
0
621
Member Avatar for RemindRobot

The End.