5,031 Posted Topics

Member Avatar for peter_budo

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 …

Member Avatar for peter_budo
0
363
Member Avatar for elcliff
Member Avatar for Fulsomenko

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.

Member Avatar for peter_budo
0
248
Member Avatar for bugmenot
Member Avatar for gedas

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]

Member Avatar for gedas
0
449
Member Avatar for afizaex

@afizaex [URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those who show effort[/URL]

Member Avatar for afizaex
0
134
Member Avatar for ilyons

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 …

Member Avatar for Ghostt0
0
138
Member Avatar for Nidhi S.

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

Member Avatar for Nidhi S.
0
98
Member Avatar for rohan_tahil

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

Member Avatar for peter_budo
0
144
Member Avatar for dhondu

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

Member Avatar for peter_budo
0
28
Member Avatar for ezhekhyel89

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

Member Avatar for kchi
0
210
Member Avatar for mramkumar

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)

Member Avatar for mramkumar
0
193
Member Avatar for arunpatyal1987

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

Member Avatar for peter_budo
0
113
Member Avatar for AngelicOne

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

Member Avatar for peter_budo
0
40
Member Avatar for alex.antony.a

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.

Member Avatar for peter_budo
0
143
Member Avatar for swapna88

Please read following [URL="http://www.daniweb.com/forums/announcement8-2.html"]announcement [/URL]

Member Avatar for peter_budo
0
52
Member Avatar for deadelgabar

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 …

Member Avatar for rahulbatra
0
108
Member Avatar for NewVBguy

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

Member Avatar for peter_budo
0
138
Member Avatar for SaranyaKrishnan

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]

Member Avatar for SaranyaKrishnan
0
83
Member Avatar for aliskov

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.

Member Avatar for aliskov
0
151
Member Avatar for djdanjo82
Member Avatar for Jolint
0
489
Member Avatar for madawa123

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 …

Member Avatar for peter_budo
0
4K
Member Avatar for Ankit_Tripathi

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 …

Member Avatar for peter_budo
0
67
Member Avatar for fariya
Member Avatar for peter_budo
0
109
Member Avatar for marketingmaniac

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

Member Avatar for peter_budo
0
67
Member Avatar for Polvos Elvira G
Re: mcc

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

Member Avatar for peter_budo
0
51
Member Avatar for peter_budo

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 …

Member Avatar for peter_budo
0
246
Member Avatar for riahc3

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

Member Avatar for peter_budo
0
136
Member Avatar for eman 22
Member Avatar for Ambislm
Member Avatar for peter_budo
0
59
Member Avatar for Q8iEnG

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

Member Avatar for peter_budo
0
170
Member Avatar for adityaagrawal

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 …

Member Avatar for adityaagrawal
0
207
Member Avatar for drogba123

[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

Member Avatar for drogba123
0
903
Member Avatar for nikk

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 …

Member Avatar for rajmtech2010
-1
408
Member Avatar for mahdi68
Member Avatar for ethhunt

JavaScript is not JSP (Java Server Pages). Moved to JavaScript section...

Member Avatar for Airshow
0
81
Member Avatar for usiyalla

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

Member Avatar for peter_budo
0
156
Member Avatar for mahdi68

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]

Member Avatar for peter_budo
0
143
Member Avatar for rocky4everurs

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

Member Avatar for masijade
0
1K
Member Avatar for jemimaloh

Explain your problem in more details and maybe we can come up with more flexible solution then use of array...

Member Avatar for jemimaloh
0
110
Member Avatar for fredw300

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

Member Avatar for peter_budo
0
160
Member Avatar for koti86

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.

Member Avatar for peter_budo
0
52
Member Avatar for StephenHancox

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

Member Avatar for peter_budo
0
4K
Member Avatar for pandeyprashant

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.

Member Avatar for panditavinod1
0
65
Member Avatar for mahdi68

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 …

Member Avatar for peter_budo
0
125
Member Avatar for Akilah712

if you check out JCreator forum you would find answer [URL="http://www.jcreator.com/forums/index.php?showtopic=214"]there[/URL]

Member Avatar for masijade
0
1K
Member Avatar for madhub2v

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

Member Avatar for peter_budo
0
101
Member Avatar for hulk33597

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]

Member Avatar for peter_budo
0
128
Member Avatar for blknmld69

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 …

Member Avatar for peter_budo
0
231
Member Avatar for mutawari

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

Member Avatar for peter_budo
0
130

The End.