| Thread | Last Post | Replies |
|
| most important features of 1.6 | 14 Mar 2006 08:16 GMT | 24 |
I am working on the http://mindprod.com/jgloss/jdk.html entry that lists the major differences between the various JDK versions. What do you consider the major features coming in 1.6?
|
| Enum question | 14 Mar 2006 06:43 GMT | 1 |
I'm going to try to not be long-winded with this explanation, but I don't know how good a job I'm going to do. Suppose I have a bean: public class MyBean {
|
| ? Design Pattern to cache service calls? | 14 Mar 2006 06:02 GMT | 1 |
I have a fat client application which looks up fairly static reference data (database table) Example - columns to display for a search result list I have the following code below as a snippet to cache the results while
|
| Proper Coding | 14 Mar 2006 05:34 GMT | 6 |
Hello ! I've been programming in Java for about a month now and have made much progress. Especially with Applets. So my goal is to become a internet game programmer. You know, games on the browser and the cellphone. In any case I've got lots of
|
| LA PROGRAMACION EN INTERNET | 14 Mar 2006 03:04 GMT | 3 |
Me gustaria aprender de MAMBO. GRACIAS
|
| Converting between different enums? | 14 Mar 2006 00:41 GMT | 3 |
enum firstEnum { ONE, TWO, THREE }
|
| Problem installing jUDDI | 14 Mar 2006 00:15 GMT | 5 |
I'm just trying to install jUDDI within our Tomcat server, but I can't get the database connection working. I'm getting the following error message on "happyjuddi.jsp": - DB connection was not aquired. (Cannot create JDBC driver of class ''
|
| Design for data transfer functionality | 13 Mar 2006 23:35 GMT | 1 |
This is a bit of a distributed systems design issue question. This is my current set-up: Server A (Win): SQL database Server B (Linux): computation engine (C++ that reads proprietary
|
| how to practice JDBC programming? | 13 Mar 2006 22:12 GMT | 6 |
I am reading a book to learn JDBC. I hope to have hands on practice. But it seems requires database installed, etc. I do have a Oracle expression version installed in my Window XP. But I have never used it. Do I need to learn Oracle first? Like creating tables, etc. Then I may
|
| Help with MIDI. | 13 Mar 2006 21:54 GMT | 2 |
I just started trying to programming midi apps. my main objective is to write a program that takes input from a usb device then send it out as midi. if anyone has a working code for midi output that would be very helpful.
|
| How do I update a timestamp in a DB using a CMP 2.0 Entity bean? | 13 Mar 2006 21:52 GMT | 2 |
All, I have a CMP 2.0 Entity bean that represents a row in a table of my DB. I've got numerous abstract setters and getters. However, one of the columns in my DB is a timestamp and I want it to reflect the time -
|
| Java Gurus Help | 13 Mar 2006 21:37 GMT | 13 |
I'm doing a uni course in the UK and one of my semesters is about programming. This is just going to be compilied and executed with no menu just using command promt (javac classfile.class) I am not that good at programming but what I need to know is in java how
|
| Serialization | 13 Mar 2006 21:22 GMT | 7 |
I am having a problem with serialization. I have an ArrayList called 'stocks' which contains 'stock' objects each stock contains a 'price history' class. I run serialization on the ArrayList by writing the stocks arraylist to
|
| running different plugins within a java application in different JVMs [urgent need of help] | 13 Mar 2006 19:39 GMT | 2 |
I am developing an application that supports loading plugins. It is using the JPF framwork. The problem that I am having is that I want to start each of the plugins within the application in different java versions (start a JVM within another JVM). Currently, the plugins are
|
| integer value of enum constant?? | 13 Mar 2006 19:20 GMT | 5 |
I need to create an Integer class with the integer value of the enum constants. I'm not sure which enum interface I can use for this purpose. Should I use the following one, or is there a different way of getting
|