Problem even with the Hello World Hi all, To be clear, i'm a brand new newbies in java programming, i just try to follow android coding tutorials. and i got already a problem ! I follow this tuto : http://developer.android.com/guide/tutorials/hello-world.html And everything run fine, but since i try to use the XML layout problems begins.... 8 Jun 2010 20:35
JDropDownButton Created a component JDropDownButton http://code.google.com/p/petersoft-java-style-2/wiki/JDropDownButton thanks from Peter (cmk128(a)hotmail.com) ... 5 Jun 2010 03:51
NYJavaSIG June Meeting In case you are in the NY area on June 15. =============================================================== What: "Optimizing Java Performance for the X86 Server-Side Architecture" INTEL What: "Migrating Java Applications to the Amazon Cloud" AMAZON Who: Anil Kumar - Senior Staff Engineer - Intel ... 4 Jun 2010 20:16
Simple Design and Testing Conference - Mumbai, India; June 26-27 2010 Simple Design and Testing Conference - Mumbai, India; June 26-27 2010 http://sdtconf.com/ SDTConf is an all open space conference providing software practitioners a platform to meet face-to-face and discuss/demonstrate simple design & testing principles/approaches. No Marketing talks, no non-sense. All you g... 4 Jun 2010 13:38
I like jikes I do like jikes, but I've also gotten fond of Java 1.5. It occurs to me that now that javac is open source, its support for Java 1.5 constructs could be ported to jikes, which is also open source. (Not that I would expect that to be easy, nor even straightforward.) I hope someone posts a reply that conta... 5 Jun 2010 14:41
Update GUI when selecting language Hi! I'm trying to build a SWT application with multilanguage support by using ResourceBundles. My problem now is that I want to update the GUI when the user selects language. So, how can I update/repain/refresh my GUI to accommodate the changes. Best regard Anders ... 4 Jun 2010 19:11
hibernate find method ? Let's say I have Person entity which has Company entity(FK). And I have a function that takes company type as an argument.Is it better to use public void persistEntity(Short type){ Company company = new Company(); company.setType((short)1); Person person = new Person(); person... 4 Jun 2010 19:11
including apache http components in my program i am trying to run basic program for apache http components and i cannot for the life of me figure out how to include this library within my program. if someone is willing to help me while i struggle through this and just help me solve this question it would be largely appreciated. i honestly have no idea what... 3 Jun 2010 23:24
tomcat classloader Hello, I encounter a ClassNotFoundException when loading Oracle driver in a servlet (Tomcat 5.5 JDK1.4.2). But my JAR is well placed in the WEBINF/lib folder. When I move the Class.forname from my servlet to a JSP page (wich calls the JSP this works perfectly. So Tomcat seems to have class loader in servlet... 13 Jun 2010 19:23
(Should be in an FAQ). Reccomended books / tutorails for totalnewbies? Mike Barnard wrote: I'm in the UK, employed with a family so have little time for college courses. Do you have any coursework or experience programming? This will make a difference in what we recommend. Greenhorns need some basic programming knowledge, which I'd have to think about how to proceed. ... 4 Jun 2010 05:55 |