| Thread | Last Post | Replies |
|
| "new" [<TypeArguments>] <ClassOrInterfaceType> "(" [<ArgumentList>] ")" | 05 Dec 2005 12:52 GMT | 5 |
According to http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.9 the following production holds <ClassInstanceCreationExpression> ::=
|
| package for one-server-many-clients network comms? | 05 Dec 2005 12:09 GMT | 1 |
The app I'm working on needs to have some simple network comms in it. I've got a basic thing going where every connection gets a thread, etc, and it works ok with some simple IO. But what I want is a bit of handshaking at the front (login, etc), then
|
| Java diff viewer Component? | 05 Dec 2005 11:48 GMT | 3 |
I'm looking for a Swing Component that can display differences between two files/streams/char arrays side by side, preferably with colour highlighting. Remarkably, it seems that such a thing is hard to come by, along with
|
| J2ME vs. Symbian C++ | 05 Dec 2005 09:18 GMT | 1 |
Newbie question: Most Symbian OS phones also support J2ME. Given it is easier to program with J2ME and the created J2ME app can run not only on Symbian, what are the motivations to program with Symbian C++?
|
| Server Conntion State Problem | 05 Dec 2005 08:12 GMT | 2 |
We have a java game which runs with communication from a server and it depends upon regular connectivity with the server. Our problem is in connection discontinuation. Firstly in between connection "Stream Corrupted Exception" arrives
|
| WIKI based language?? | 05 Dec 2005 04:33 GMT | 1 |
I have a scool assignment where i'm going to make a blog,with java Servlet, that a user can update easy. It is to be made with an own defined "WIKI" based language. I have never heard of this "WIKI" so i hope i can get some help here. I've
|
| <= cannot be applied to boolean, int ?!? | 05 Dec 2005 04:14 GMT | 6 |
I was experimenting with an homework assignment(it called for if-then-else statements, which I finished thanks to some help from this forum), and was trying to see if I could accomplish it using boolean operators. However I get the following error operator <= cannot be
|
| Tomcat and sequence of events | 05 Dec 2005 00:18 GMT | 2 |
I have a web application with a number of servlets. I am using Tomcat. I have configured a filter for the web application in its web.xml file. The url pattern which the filter will match is /*. The application servlets are present in ROOT directory, the default web application
|
| Alternative to FOP | 04 Dec 2005 22:25 GMT | 6 |
does anybody know a good alternative to apache-fop ? I explain myself: fop is only a partial implementation of xsl:fo and there is some bugs which are problematic... So, do you have a good idea to replace it ? Even if it costs some...
|
| binding keys to action | 04 Dec 2005 22:13 GMT | 1 |
i have an applet and i want to bind an action if a key is pressed how can i do that? tia george
|
| URL Connection and getLastModified() | 04 Dec 2005 22:12 GMT | 2 |
I'm trying to write a small method, that gives me the LastModified Date of an URL. My program is working and returns sometimes this Date. But in most cases it return a Date of 1970-01-01. If i access this Website by Browser and lookup this information by "Page Info" it shows me a
|
| Grid made using Arrays of ArrayLists | 04 Dec 2005 20:38 GMT | 12 |
I'm looking to create a kind of grid with each time being made up of a kind of bag (I was using ArrayLists) that I can use to add a series of object do depending on their location in a field. I'm using this method so I can efficiently determine which objects are
|
| binding keys to action | 04 Dec 2005 19:26 GMT | 2 |
i have an applet and i want to bind an action if a key is pressed how can i do that? tia george
|
| How to sign the System DSN | 04 Dec 2005 18:33 GMT | 4 |
How can I sign in the (ODBC)System DSN My database (Driver = MS Acess (mdb))? Can I sign it in some java class ? How ...? ___________________
|
| Comparator | 04 Dec 2005 16:15 GMT | 9 |
Hi, I try to write my own comparator for sorting TreeMap, but all my experiments failed. The constructor TreeMap(Comparator c) as described in books and tutorials doesn't recognize my interface, although I tried every combination I could think of. Could anybody help?
|