5,031 Posted Topics
Re: 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). | |
Re: Here is a link to [URL="http://www.daniweb.com/forums/announcement8-2.html"]an example solution[/URL] | |
Re: 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 | |
Re: [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 | |
Re: 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] | |
Re: [URL="http://www.developer.nokia.com/Devices/Device_specifications/N81/"]Nokia N81[/URL] specifications says that it is what you need | |
Re: 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 … | |
Re: 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) | |
Re: 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 … | |
Re: 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] | |
Re: 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] | |
Re: 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 | |
Re: [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 … | |
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 | |
Re: [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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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, … | |
Re: 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] | |
Re: Duplicate thread closed please follow discussion [URL="http://www.daniweb.com/software-development/java/threads/377747/1625764"]here[/URL] | |
Re: Nokia N90[URL="http://www.developer.nokia.com/Devices/Device_specifications/N90/"] device specifications[/URL]. Do you need anything else? | |
Re: [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 … | |
Re: 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 … | |
Re: Jez luis, Apple is getting sort of desperate these days... | |
Re: 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 … | |
Re: 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] | |
Re: @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. | |
Re: Get hosting plan with some company, create WAR/EAR file, deploy on hosted server | |
Re: What you mean by custom menu? Different look&feel? Different behaviour? | |
Re: Waste of time to give you any help, you just want to get solution without closing thread and saying thank you | |
Re: [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] … | |
Re: 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] | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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 | |
Re: [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 … | |
Re: Possible is that you are using only Build Main Project(F11), where you should use Clean and Build Main Project(Shift+F11) | |
Re: 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 | |
Re: Possible to do. However this is not question. You should rephrase it... | |
Re: 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) | |
Re: [URL="http://download.oracle.com/docs/cd/E17802_01/webservices/webservices/docs/2.0/tutorial/doc/"]Web service[/URL] is what you looking for. | |
Re: 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 | |
Re: 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] | |
![]() | Re: 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 |
Re: 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 … | |
Re: 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 … | |
Re: 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) | |
Re: Can you please attach screen shot of the issue, just to be sure what we are talking about | |
Re: [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 … |
The End.