5,031 Posted Topics

Member Avatar for henrybahus

Why should he if there is already [URL="http://http://www.daniweb.com/forums/thread141776.html"]existing example[/URL] on top of this section. Login page -> get login details from user and forward it to servelet -> servlet does its magic and reply with appropriate reply -> next page loaded

Member Avatar for peter_budo
0
83
Member Avatar for Dedodido

Tell your friends they are no friends at all, otherwise they would tell you that you are missing Vector import at the start of PlanetField, that you missing declaration of variable position so you can access GetY method from line 50 and also that return statement on line 51 doesn't …

Member Avatar for Dedodido
0
136
Member Avatar for GradStudent

Check that your XML is correct. (Simple check if you can see document in browser you are fine, see any errors come up then you know where to look)

Member Avatar for peter_budo
0
95
Member Avatar for fardoonmuhafiz

[URL="http://books.google.com/books?id=ka2VUBqHiWkC&lpg=PP1&dq=effective%20java%202nd%20edition&pg=PA20#v=onepage&q=&f=false"]Read[/URL] it for yourself

Member Avatar for fardoonmuhafiz
0
93
Member Avatar for RSP86

[QUOTE=RSP86;1132681]unfortunately i dont have a twain compatible one :(, Im totally stuck with this login system, Ive never done Java b4 and this is just a crazy maze!!! how do i link my java in DB can someone give me a brief but informative insight into it please.[/QUOTE] General DB …

Member Avatar for peter_budo
0
174
Member Avatar for HiImBen

[QUOTE=serkan sendur 6;1131940]why the heck you created a console app?[/QUOTE] Because that is the general learning curve.

Member Avatar for kplcjl
0
135
Member Avatar for taggz19

@kdeepak in the future please make sure you do not reply old dead threads, and if you do make sure you have bullet proof reply not guesses as above. Thread closed.

Member Avatar for peter_budo
0
402
Member Avatar for qutejose
Re: J2EE

Did you read the forum rules? If not there please do [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]here [/URL]and do not forget this important rule [URL="http://www.daniweb.com/forums/announcement24-66.html"]We only give homework help to those who show effort[/URL]

Member Avatar for fardoonmuhafiz
-1
91
Member Avatar for nandu.raghav

Do you care to mention which language/technology you will be using so this can be moved to appropriate section?

Member Avatar for nandu.raghav
0
95
Member Avatar for aya_brea

@linkin_toshiro and jethro john 1) Please do not reopen old threads if you want to just ask question of your own 2) You will not get ready made codes here as we have following rule [URL="http://www.daniweb.com/forums/announcement118-2.html"]We only give homework help to those who show effort[/URL] 3) If you wish to …

Member Avatar for peter_budo
-3
2K
Member Avatar for purvamandhre

No you cannot t it just like "get me code", but you can get help if you show effort as [URL="http://http://www.daniweb.com/forums/announcement14-2.html"]We only give homework help to those who show effort[/URL]

Member Avatar for peter_budo
-2
31
Member Avatar for geoffy0404

[QUOTE=geoffy0404;770156]is there any place i can find some Open Source cell phone code written in Java, where i can use a IDE and check it out and maybe even test it on my phone?[/QUOTE] What you mean by "Open Source cell phone code"? You looking just for some code examples …

Member Avatar for geoffy0404
0
156
Member Avatar for Hawkflame

[URL="http://java.sun.com/javase/6/docs/api/java/lang/String.html#indexOf(java.lang.String)"]indexOf(String str) [/URL] that is what you need

Member Avatar for peter_budo
0
114
Member Avatar for gitech

Writing to file in JAR archive is not possible, only reading is allowed. I'm not sure what you are doing, as what you trying to write/store, but you have generally two options [LIST=1] [*]Record Management System - RMS that is essentially mini database [*]PDA Optional Packages is JSR 75 that …

Member Avatar for peter_budo
0
192
Member Avatar for craztfreak04

[QUOTE=craztfreak04;1128082]no i havent got a main method in the calsses....this is an applet program..if so where should i include the main method in the class???[/QUOTE] You got that error because you tried to execute that applet as Java application. Read this how to [URL="http://java.sun.com/docs/books/tutorial/deployment/deploymentInDepth/runAppletFunction.html"]deploy applet[/URL]

Member Avatar for masijade
-3
176
Member Avatar for ausmaya
Member Avatar for grungy coder
-1
155
Member Avatar for harry010

There are solutions called servlet and sessions. What is actually your aim? What you trying to achieve by this page to page data handling?

Member Avatar for harry010
0
292
Member Avatar for baloonie

If you as you claim [QUOTE]I try both of them many times, but nothing can work! [/QUOTE] then why don't you post your code and we will try to solve it that way instead of giving you whole solution. Forum rule states - [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those …

Member Avatar for Ezzaral
0
111
Member Avatar for peter_budo

I'm looking to find out a way to drag and drop table rows between two tables. I reused jQuery example for[URL="http://jqueryui.com/demos/sortable/#portlets"] portlets[/URL], but that did not work to full satisfaction. [attach]13597[/attach] In above screen shot I added border, but that is just for illustration of the issue. Problems: [LIST=1] [*]As …

Member Avatar for peter_budo
0
606
Member Avatar for Lalit Chattar

You get user data from JSP to servlet. Servlet will take a job of getting image from user to server. After that you run an method to resize image to what ever you need and pass this to database for safekeeping. Obviosly this can be done with JSP too, but …

Member Avatar for peter_budo
0
64
Member Avatar for Raghu.Pattem
Member Avatar for harry010

How much is "more" memory? At my current project we use Maven to start jetty, load the application etc. Because my system is 64bit instead of 512MB other members on my team uses I have to do it with 1500MB

Member Avatar for harry010
0
205
Member Avatar for anurag singla

You just wasting your and our time. Skype spent millions of hours and pounds/dollars to develop their application and they not gone give you decryption algorithm...

Member Avatar for Nick Evan
-3
160
Member Avatar for beanboy

What did you use for compiling Java files? IDE or command line? And what did you do in order to compile them?

Member Avatar for fardoonmuhafiz
0
92
Member Avatar for smackdown90

[QUOTE=smackdown90;1124780] 1. for the drop down menu i can run over the list and write the tag <option> inside the loop? it will create the menu with the number of items in the list? there is another way? [/quote] Yes there can be other ways, but in this case it …

Member Avatar for peter_budo
0
253
Member Avatar for gagan gowda

[LIST=1] [*]Post moved to new thread [*][QUOTE=gagan gowda;1123250]i already wrote the code for creating a client and server with allowing access to 10 client.[/quote] So why don't yo post your code and ask questions in regards of your code? [*][QUOTE=gagan gowda;1123250]for authentication if u cant give some tips or code …

Member Avatar for gagan gowda
-1
84
Member Avatar for jayaj

[QUOTE=houlahan;1125581]download this: [url]http://dev.mysql.com/downloads/connector/j/[/url] move the jar in to where the compilation directory is or if your using netbeans right click on the open project go t libraries click add jar/folder and there you go :) hope that helped[/QUOTE] Helpful if you work with MySQL, but not in case of jayaj …

Member Avatar for peter_budo
0
135
Member Avatar for cicile

[list=1][*]We missing proper description of the problem [*]We have nice rule that states [URL="http://http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL] [*]What will be your next step? [/list]

Member Avatar for peter_budo
0
32
Member Avatar for fuggles

You can try [icode]timesPressedText = (Integer) timesPressed.toString();[/icode] but I see really no reason why above shouldn't work. Besides, why you are converting to different type since since TextView is able to take int too [URL="http://developer.android.com/reference/android/widget/TextView.html#setText(int)"]setText(int resid)[/URL]

Member Avatar for fuggles
0
337
Member Avatar for sujithy15

As this sound suspiciously as homework I challenge you to provide answers or your opinions on given topics and we may then discuss it.

Member Avatar for peter_budo
0
88
Member Avatar for I0adidas0I

#define & tetro congratz ladies/gents! You just made new forum record of re-opening oldest thread which now stands for [B]7 years[/B]. Thread closed.

Member Avatar for peter_budo
0
160
Member Avatar for satyambnl
Member Avatar for peter_budo
0
153
Member Avatar for rajni11

Congratulations! You just re-opened 4 years old thread with no real info. Closing thread

Member Avatar for peter_budo
-4
126
Member Avatar for jemz

Warning for everyone other that would like to give/get illegal copy of software/books or any copyright protected item. [B][COLOR="Red"]Keep It Legal[/COLOR][/B] [QUOTE]Do not post anything warez related or related to other illegal acts. This includes tech support troubleshooting pirated software or P2P programs (i.e. Gnutella, Kazaa) used to obtain pirated …

Member Avatar for peter_budo
0
198
Member Avatar for pavan146

They are called emulators and used for basic testing of application developed with Java Microedition (JME) or any other language involved in mobile development. If you want to get some info on JME emulators read [URL="http://www.daniweb.com/forums/post646446.html#post646446"]this[/URL]

Member Avatar for peter_budo
0
79
Member Avatar for madristaa

That error state it all you went over boundaries of array. Why don't you use ArrayList, Vector or any class that implements Collection interface and can dynamically. You should move all the processing from JSP to servlet. Any computation or database connectivity is bad thing. For document upload have look …

Member Avatar for madristaa
0
396
Member Avatar for vampire_ashiko

[QUOTE=javaAddict;1120751]where?[/QUOTE] JCreator is very simple IDE. [QUOTE=vampire_ashiko;1120733]plsss teach me how insert a image in jcreator...........[/QUOTE] You should be using Project (File >> New >> Project >> Basic Java Application >> follow instructions). You can add images directly to "src" folder or create new folder and paste them there. However if …

Member Avatar for peter_budo
0
613
Member Avatar for Ashwin Vasnai
Member Avatar for lanhlung696
0
364
Member Avatar for vidhun

[URL="http://poi.apache.org/spreadsheet/index.html"]Apache POI[/URL] is what you looking for

Member Avatar for peter_budo
0
105
Member Avatar for Bemani_lover

Caller method [code]doTotal(scores);[/code] Called method - the one which execute [code]public static float doTotal(float[] sc){ float total = 0.0; //calculation return float; }[/code]

Member Avatar for peter_budo
0
144
Member Avatar for shahali88

Care to explain what you up to as I do not want to point in general direction of google to look for opewave+jsp+tutorial

Member Avatar for peter_budo
0
51
Member Avatar for musthafa.aj
Member Avatar for akonful

You are calling System.out.println("The number of digits is " + [COLOR="Red"]countDigit[/COLOR](s)); but your method name is public static int [COLOR="Red"]countDigits[/COLOR](String s) Secondly the code in this case is counting number of letters instead of numbers. you need to correct the logic there.

Member Avatar for BestJewSinceJC
0
100
Member Avatar for phoenix69

[QUOTE=frst_marc;1117927]I need to know how to make a c programm with dice.[/QUOTE] Forum policy is [URL="http://www.daniweb.com/forums/announcement118-2.html"]We only give homework help to those who show effort[/URL]. Therefore come back with some code you did, create new thread, explain where you have difficulties and maybe somebody will help you. Thread closed

Member Avatar for peter_budo
0
1K
Member Avatar for gitech

As far I know this is not possible through use of Form at the present state (maybe new release of SDK 3.0 will give as more options). Only open option is Canvas and re-draw and recreate whole functionality. Question, is it worth it? PS: Maybe this is possible with LWUIT, …

Member Avatar for ganeshharidas
0
111
Member Avatar for doha786

Why on earth you want to use cmd.exe to open simple txt or doc files if you can use [URL="http://http://poi.apache.org/"]Apache POI[/URL]?

Member Avatar for peter_budo
0
117
Member Avatar for jodysmith

Next time please read carefully this is on top of Java Starting thread [QUOTE]Please don't post "spam" or "Thank you" posts in this thread since this is meant to be used as a guide for all beginners and I am sure we would like it to be on topic. I …

Member Avatar for peter_budo
-3
76
Member Avatar for Neerajavi

[QUOTE=salman4u;1114290]Hi friend, Get Netbeans 6.8. Create servlet from menu and write your code in processRequest then right click on your project and select deploy. That's it![/QUOTE] Why NetBeans why not command line or any other IDE? And where is Tomcat/Glassfish/JBoss or any other web server/container? Better solution get copy of …

Member Avatar for jwenting
0
132
Member Avatar for johndoe444

[QUOTE=johndoe444;1109715]They seem to have such a chemistry. They appear in all the pictures together. It seems like are they are just one piece. I was wondering whether they are lovers. [url]http://en.wikipedia.org/wiki/Ken_Thompson[/url] [url]http://en.wikipedia.org/wiki/Dennis_Ritchie[/url][/QUOTE] Do not post irrelevant information in the future, most moved..

Member Avatar for johndoe444
-8
373
Member Avatar for designcrew

[QUOTE=jinu;658624]I am Coldfusion Expert with 3 year exp. I worked in various coldfusion versions Coldfusion5,Coldfusion6 MX,Coldfusion7 MX,Coldfusion 8. I am alos epert in various types of frame works such as Model_glue,Mvc,fuse box . I Have a good base in Different databases such as Db2,Sqlserver 2005,Sqlserver 2000,My Sql, Ms Access, Etc. …

Member Avatar for peter_budo
1
228

The End.