5,031 Posted Topics

Member Avatar for ceyesuma

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

Member Avatar for ceyesuma
0
145
Member Avatar for cwarn23

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

Member Avatar for cwarn23
1
353
Member Avatar for toluyinka2004

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

Member Avatar for peter_budo
0
42
Member Avatar for joshSCH

joshSCH attitude toward this forum did not change. After strolling around and being rude he was once again banned.

Member Avatar for jbennet
-3
486
Member Avatar for frankycool

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

Member Avatar for ~s.o.s~
0
850
Member Avatar for webwiredit

Marked as solved why? If you have solution why didn't you posted?

Member Avatar for webwiredit
0
253
Member Avatar for mythri

Ehmm post is about 2 years old. Don't you think is either solved or long forgoten?

Member Avatar for peter_budo
-2
141
Member Avatar for pwk064
Member Avatar for peter_budo
0
93
Member Avatar for dsmush

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

Member Avatar for peter_budo
0
139
Member Avatar for newsguy

Yes, X10 sounds very promising. I just hope that SE not gone prove their attitude of release day extensions as they do so often...

Member Avatar for cwrinn
2
720
Member Avatar for P00dle

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 …

Member Avatar for peter_budo
0
115
Member Avatar for reddy5081

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

Member Avatar for javaAddict
0
172
Member Avatar for namratakakkar84
Member Avatar for network18
-2
101
Member Avatar for ramjeev

A list of [URL="http://www.java2s.com/Tutorial/Java/0340__Database/AListofJDBCDriversconnectionstringdrivername.htm"]connection strings[/URL]

Member Avatar for masijade
0
194
Member Avatar for ArunRaj.SRM

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

Member Avatar for peter_budo
0
87
Member Avatar for halona
Member Avatar for chaines51
0
111
Member Avatar for jeswanth
Member Avatar for shalabhgarg

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]

Member Avatar for peter_budo
0
722
Member Avatar for bruceaj

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

Member Avatar for bruceaj
0
172
Member Avatar for isuruj

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

Member Avatar for peter_budo
0
63
Member Avatar for Pranesh_Ashrit

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?

Member Avatar for peter_budo
0
61
Member Avatar for Pranesh_Ashrit

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

Member Avatar for peter_budo
0
72
Member Avatar for vjlogin

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 …

Member Avatar for vjlogin
0
266
Member Avatar for COKEDUDE

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?

Member Avatar for skoiloth
0
209
Member Avatar for johnyjj2

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

Member Avatar for johnyjj2
0
188
Member Avatar for kirti19tanwar

I believe you missed this [URL="http://www.daniweb.com/forums/announcement9-2.html"]important announcement[/URL]. Please go a head and read it...

Member Avatar for shashi7616
0
153
Member Avatar for kooben

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

Member Avatar for peter_budo
0
326
Member Avatar for Doctor Inferno

Read [URL="http://www.intechgrity.com/2009/06/show-author-name-abovebelow-post-title.html"]this[/URL]

Member Avatar for peter_budo
0
86
Member Avatar for jay84

Closing thread because is attracting attention of lazy students and shameless project sellers.

Member Avatar for peter_budo
0
496
Member Avatar for Altairzq
Member Avatar for Altairzq
0
178
Member Avatar for Farhadgul

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

Member Avatar for ssbser
0
206
Member Avatar for bruceaj

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 …

Member Avatar for bruceaj
0
114
Member Avatar for SQL_n00b

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

Member Avatar for kplcjl
0
259
Member Avatar for compengg

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

Member Avatar for Rashakil Fol
-2
138
Member Avatar for mahdi68

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

Member Avatar for peter_budo
0
111
Member Avatar for GiRL,IT

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

Member Avatar for GiRL,IT
-3
164
Member Avatar for sciocosmist

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

Member Avatar for peter_budo
0
5K
Member Avatar for singju

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?

Member Avatar for peter_budo
0
117
Member Avatar for peter_budo

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?

Member Avatar for blud
0
139
Member Avatar for Rahul002

@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 ;)

Member Avatar for kplcjl
0
479
Member Avatar for ez123
Member Avatar for jrosh
Member Avatar for JAMULA

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."

Member Avatar for JAMULA
-4
279
Member Avatar for Jishnu

I have only netbeans 5.5.1, installing latest release from them is usually risky.

Member Avatar for jbennet
0
119
Member Avatar for mitsuevo

ha-ha C coding, happy to be over it. The C programming language by Kernighan & Ritchie book is one of "MUST" hate :D

Member Avatar for peter_budo
0
94
Member Avatar for abalasuriya
Re: Java

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

Member Avatar for MoZo1
0
116
Member Avatar for shepon086

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)

Member Avatar for peter_budo
0
103
Member Avatar for lunet

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

Member Avatar for Bob Walsh
0
271
Member Avatar for hanzooi

[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

Member Avatar for hanzooi
0
115
Member Avatar for hanzooi

You need to be more specific otherwise you get just general response...

Member Avatar for javaAddict
0
129

The End.