5,031 Posted Topics

Member Avatar for rotten69

To top up @stultuske recommendation I can add [URL="http://wicket.apache.org/"]Wicket[/URL] web framework (mostly Java, with some html component location and some handling of Ajax events).

Member Avatar for peter_budo
0
201
Member Avatar for dantinkakkar

Here is a link to [URL="http://www.daniweb.com/forums/announcement8-2.html"]an example solution[/URL]

Member Avatar for peter_budo
0
128
Member Avatar for thompsonSensibl

Yes, a person object [code] public class Person{ private String name; private int age; private double aValue; //class constructors and getters to be added }[/code] put this object in collection and magic done

Member Avatar for JamesCherrill
0
135
Member Avatar for thompsonSensibl

[QUOTE=thompsonSensibl;1628514]Thanks guys :)[/QUOTE] If you want to thank them properly you may want to up-vote their replies, and most importantly mark thread as solved, which is bellow of last post in section marked as "Has this thread been answered?" in large purple letters

Member Avatar for peter_budo
0
145
Member Avatar for dahaka

I guess you did not search hard enough since my first page of search results beside various mailing lists brought this reference [url]http://code.google.com/p/gwt-examples/wiki/project_MySQLConn[/url]

Member Avatar for peter_budo
0
480
Member Avatar for markdean.expres

[URL="http://www.developer.nokia.com/Devices/Device_specifications/N81/"]Nokia N81[/URL] specifications says that it is what you need

Member Avatar for peter_budo
0
73
Member Avatar for Vongola_Takeshi

Please post your latest code. Given that you asked this question 17 days ago there must been some changes to code, so we do not want to code something that you will come back moaning that you do not know how to use. Secondly it will show that you actually …

Member Avatar for Vongola_Takeshi
-1
9K
Member Avatar for dantinkakkar

Most commonly know as [URL="http://books.google.com/books?id=GGpXN9SMELMC&lpg=PP1&dq=head%20first%20design%20patterns&pg=PA37#v=onepage&q&f=false"]observer pattern[/URL] (Head First Design Pattern, very handy book for fresh developers)

Member Avatar for peter_budo
0
144
Member Avatar for varun45

You would best do to ask this question your supervisor as he/she should know best what they expect. Whole thing can be done with mocking framework and it will be fine with any other programmer because with poor problem description and low expectation there is so much you can do …

Member Avatar for peter_budo
0
165
Member Avatar for sheennave

Try to use this HibernateUtil [code] public class HibernateUtil { private static final SessionFactory SESSION_FACTORY = buildSessionFactory(); private static SessionFactory buildSessionFactory() { try { return new AnnotationConfiguration().configure().buildSessionFactory(); } catch (Throwable ex) { throw new ExceptionInInitializerError(ex); } } public static SessionFactory getSessionFactory() { return SESSION_FACTORY; } }[/code]

Member Avatar for sheennave
0
1K
Member Avatar for kimpham

There is plenty of discussion about this on internet why don't you check it since we do not know what you do in your code, since you failed to post it.... Google => [URL="http://www.google.co.uk/#hl=en&cp=18&gs_id=52&xhr=t&q=chrome+jsp+logout&pq=java.lang.noclassdeffounderror%3A%20org%2Fhibernate%2Fannotations%2Fcommon%2Freflection%2Fmetadataprovider&pf=p&sclient=psy&source=hp&pbx=1&oq=chrome+jsp+logout+&aq=f&aqi=&aql=&gs_sm=&gs_upl=&bav=on.2,or.r_gc.r_pw.&fp=57151ca3a695a238&biw=1440&bih=788"]chrome jsp logout[/URL] where one of the top results is [URL="http://www.coderanch.com/t/485192/JSP/java/JSP-login-logout-session"]coderanch[/URL]

Member Avatar for peter_budo
0
146
Member Avatar for g_amanu

Thread closed as there is double of it[URL="http://www.daniweb.com/software-development/python/threads/378039"] here[/URL]. Please follow discussion there. @g_amanu Do not multi post same question

Member Avatar for peter_budo
0
463
Member Avatar for justyno

[QUOTE=anuj576;1627013]Schedule the process using Windows Task Scheduler i.e. if you are on Windows platform or the GNome Task Scheduler for Ubuntu.[/QUOTE] Please make sure that you read question properly this is JME not standard Java application. @justyno as to answer your question, no you can't do it due to midlet …

Member Avatar for peter_budo
0
63
Member Avatar for peter_budo

People did any of you come across good tutorials on hash tables??? What I got from schools is useless and teacher is not able to explain properly. Thanx for help

Member Avatar for Siddhartha_90
0
493
Member Avatar for mikred11

[QUOTE=mustafaneguib;1624877]hi, i think there is something wrong with your emulator settings. try updating the android component in eclipse and try again.[/QUOTE] That is one option as I discovered recently, the second is you better to start emulator before running application as the waiting time can expire and IDE will throw …

Member Avatar for kvprajapati
0
133
Member Avatar for zhackon

Original post: [list=1] [*] moved to C++ section [*] merged with double [*] please do not advice on reposting in appropriate section, rather click Flag Bad Post and say "Please move to XYZ section" and a moderator will take care of it. We do not like to see double posted …

Member Avatar for zhackon
0
313
Member Avatar for kumar500

You obviously trying to ride the wave of hot technologies, not taking in consideration if you have interest in the area and if you are actually capable of programming. Many people do enter the development/programming field just failing out shortly disappointed/surprised by continuous learning curve that is expected of good …

Member Avatar for peter_budo
0
125
Member Avatar for Aviras

Not having experience in network programming, but playing games for me logical approach would be to look on commonly used socket by commercial game companies Activision, EA or similar as usually they can get their game set without change to firewall rules (for many security products). If that doesn't work, …

Member Avatar for Aviras
0
287
Member Avatar for Majestics

You would have to use some custom look & feel library as default available look&feel are dependent/influenced by underlying OS. There was for example Apple look and feel with [URL="http://www.randelshofer.ch/quaqua/"]Quaqua[/URL]

Member Avatar for Majestics
0
168
Member Avatar for betny

Duplicate thread closed please follow discussion [URL="http://www.daniweb.com/software-development/java/threads/377747/1625764"]here[/URL]

Member Avatar for peter_budo
0
162
Member Avatar for cmsc

Nokia N90[URL="http://www.developer.nokia.com/Devices/Device_specifications/N90/"] device specifications[/URL]. Do you need anything else?

Member Avatar for peter_budo
0
59
Member Avatar for sivakumarl

[QUOTE=spotx;1625508]dcinminn Thanks I just stumbled on this and it solves my problem beautifully pitty that people dont bother thanking others for their work Greg[/QUOTE] Would be down to the fact that solution was provided 6 months after initial request when people either solve it on their own or already forgot …

Member Avatar for peter_budo
-1
634
Member Avatar for MA1779

As Jeff already stated and you lamely down-voted you are expected to ask specific question and not just dump your assignment, even though you seems to tried to do something. Do not expect people to go through your code if you do not give clear directive of what you want/need/have …

Member Avatar for peter_budo
0
142
Member Avatar for happygeek
Member Avatar for aniketjackit

There is no official certification by Google or any of the partners. People in India/Pakistan/Bangladesh are trying to make money out of this by providing some dodgy seminars to get you certified. There are some reliable sources you can use([url]http://devsquare.com/web/certs/androidprog_details.jsp[/url], [url]http://www.javapassion.com/portal/android-programming-with-passion/android-programming-with-passion[/url]), but really it is unnecessary. Participating in related forums …

Member Avatar for peter_budo
0
114
Member Avatar for Whilliam

1) Did you downloaded and unpacked Derby? 2) Did you added derby.jar to your project? Here is an easy read through and follow [URL="http://www.theregister.co.uk/2006/11/08/java_database_derby/"]tutorial[/URL]

Member Avatar for Anuradha Mandal
0
192
Member Avatar for jingda

@jingda that is called target advertisement. I spent last few days looking for some photography equipment and now whenever I access any website with google adds on I see photo adverts.

Member Avatar for Netcode
0
105
Member Avatar for anand01
Member Avatar for peter_budo
0
101
Member Avatar for Majestics

What you mean by custom menu? Different look&feel? Different behaviour?

Member Avatar for Majestics
0
214
Member Avatar for lsvife

Waste of time to give you any help, you just want to get solution without closing thread and saying thank you

Member Avatar for lsvife
-1
129
Member Avatar for buba_kazouba

[QUOTE=buba_kazouba;1622445]i coded it before to return data in that vector but when i saw that the JTable doesn't work with that vector i tried to just call it without using it. and i found that the JTable also don't work although it does nothing. when i comment it.the JTable appears[/QUOTE] …

Member Avatar for buba_kazouba
0
219
Member Avatar for gvsubhu

Thread closed as original poster doesn't show any interest in topic just expect spoon feeding. [B]Do provide evidence of having done some work yourself if posting questions from school or work assignments[/B]

Member Avatar for peter_budo
0
144
Member Avatar for iamsiter

Nothing to be found from this code beside that you are: [list] [*] ignoring general Java naming convention (class name signup, should be Signup) [*] using non descriptive variable names (cn, st, would be far better as connection, statement, imagine you coming back to code after few months and have …

Member Avatar for peter_budo
0
150
Member Avatar for dayghost

Your code is clear on what it is doing, get a stream, find what is location of [icode]<text>[/icode] and [icode]</text>[/icode] and extract any text between them. There is no further processing. If you want to get some lines you need to either add logic to look for other tags inside …

Member Avatar for peter_budo
0
167
Member Avatar for mygod

1) Welcome to forum 2) This sort of question is not welcome on the forum as it very simple and shows your lack of interest as you could have found it all this by your self if you look for it from google. 3) There is a sticky post on …

Member Avatar for peter_budo
0
51
Member Avatar for Jothe

1) We do ask people to do their part of job [QUOTE]Do provide evidence of having done some work yourself if posting questions from school or work assignments[/QUOTE] 2) Google map and midlet(jme) was already discussed over here, so why don't you search

Member Avatar for peter_budo
-1
68
Member Avatar for sear899

[QUOTE=sear899;1620471]In anyone's opinion, what would be the best way to learn Java from a book. ( Any book recommendations)[/QUOTE] There is no best book, there can be recommended book. Why? Because we have different reading and learning habits. You may want to have look on post at the top of …

Member Avatar for peter_budo
-1
131
Member Avatar for J-Dub

Possible is that you are using only Build Main Project(F11), where you should use Clean and Build Main Project(Shift+F11)

Member Avatar for lashbandi
0
131
Member Avatar for gyno

You should have this sort of question on NetBeans and GlassFish forum in first place. Personally I hate these add-ons provided by IDEs and either use my own installation or go with Maven deployment of Jetty

Member Avatar for peter_budo
0
120
Member Avatar for iparanjpe
Member Avatar for peter_budo
0
109
Member Avatar for AshfaqueIW

There is no specific Java requirement for Android, just general understanding of Java. You can still develop in C++ with [URL="http://developer.android.com/sdk/ndk/index.html"]Android NDK[/URL] but I have zero to none knowledge/experience with it (I'm sort of C++ ignorant)

Member Avatar for peter_budo
0
180
Member Avatar for fcaoile

[URL="http://download.oracle.com/docs/cd/E17802_01/webservices/webservices/docs/2.0/tutorial/doc/"]Web service[/URL] is what you looking for.

Member Avatar for Muralidharan.E
0
116
Member Avatar for bbyynn

You need to explain what the set method should do, and actually would be nice to know why you want to use setters instead of providing parameter through constructor

Member Avatar for peter_budo
0
191
Member Avatar for arvind.thakur

Here is nice [URL="http://www.quirksmode.org/webkit.html"]comparison[/URL] of what may or may not and how work on various mobile browsers. At the moment your best chance is to handle it by JavaScript like show in this [URL="http://www.gregbugaj.com/?p=147"]Scrolling div on Android in webview[/URL] or similarly by library like [URL="http://cubiq.org/iscroll"]iScroll[/URL]

Member Avatar for peter_budo
0
184
Member Avatar for TheNinjaForce

I'm not really keen on Flash in Android, but here you go. [url]http://www.gotoandlearn.com/[/url] has number of videos with tutorials, also there is new book in shops [URL="http://www.amazon.co.uk/Development-Android-Cookbook-Joseph-Labrecque/dp/1849691428/ref=sr_1_1?ie=UTF8&qid=1311927245&sr=8-1"]Flash Development for Android Cookbook[/URL] that looks rather promissing

Member Avatar for sothostha
0
160
Member Avatar for wafieali

I do not think we do have any iPhone expert on the forum. The problem at hand is that even if you had service that is able to provide you with these data you are always get hammered by network speed that you cannot guaranty to be fast enough to …

Member Avatar for wafieali
0
120
Member Avatar for pjyankee

1. You do want to submit form data from JSP page to servlet for processing and let servlet do what is supposed to do 2. Tool used for the task doesn't matter (posting that I want to do in NetBeans, Eclipse etc is just immature) 3. You may want to …

Member Avatar for pjyankee
0
816
Member Avatar for cmsc

Have look on [URL="http://www.eclipse.org/mtj/"]Eclipse Mobile Tools for Java[/URL] section to see how to setup Eclipse for mobile development (unfortunately I never use it as at the time of learning JME I found Eclipse mobile development setup to confusing and IntelliJ IDEA save the day for me)

Member Avatar for peter_budo
0
119
Member Avatar for cmsc

Can you please attach screen shot of the issue, just to be sure what we are talking about

Member Avatar for cmsc
0
142
Member Avatar for J-Dub

[QUOTE=J-Dub;1619648]OK. Norm you were right about the 2d arrays. I tried it and it made my calculations go alot quicker and made the logic alot easier. Thanks[/QUOTE] Then it would be nice if you reversed your dump down vote on his profile that you did, due to your ignorance of …

Member Avatar for peter_budo
0
437

The End.