| Thread | Last Post | Replies |
|
| Option Menu | 10 May 2005 14:34 GMT | 1 |
How do you make an option menu on a cell phone. ProgramLang is Java.
|
| J2ME and SOAP | 10 May 2005 14:33 GMT | 6 |
I am using netbeans to consume a web service written in VB.net. I am having a problem getting this to work. I first tried doing this with JSR 172 but got the error "Missing SOAP Body or Envelope." I did a search on that and found that other people had this problem with no
|
| multiple root nodes | 10 May 2005 12:43 GMT | 3 |
I created a XML file with java which looks like this: <?xml version="1.0" encoding="UTF-8" ?> - <music> - <mp3>
|
| J2ME - drawString font related question | 10 May 2005 12:42 GMT | 3 |
i'm trying to write a J2ME app and i'm having some trouble placing text precisely. the problem is that the font and subsequent font metrics on two different phones are different. specifically the getBaselinePosition() and getHeight() methods of the Font object return
|
| Extreamly large Hashtable | 10 May 2005 11:21 GMT | 25 |
Has anyone created an extreamly large Hashtable? I need to create a simple look up table key/value of some information. I'm assuming that if it is in memory it will be faster then looking this value up in a database.
|
| Good obfuscator/encryptor? | 10 May 2005 10:23 GMT | 1 |
I have a smallish Java application I wish to obfuscate. I have looked around and there are a ton of obfuscators, some free, some commercial. However, most only obfuscate Package/Class/Method names, and I really need to encrypt/obscure string literals as well.
|
| Problem with streamed ZIP file and Windows XP | 10 May 2005 10:11 GMT | 5 |
I'm having trouble getting Windows XP to open a ZIP file streamed from a servlet (via Tomcat). The ZIP contains 1 or more PDFs but when using Windows XP's built-in ZIP viewer, the ZIP appears empty. However, WinZip shows the contents
|
| eclipse or NetBeans 4.0 | 10 May 2005 09:39 GMT | 4 |
I am new to java and dng stuff on Java Media Framework. Which is the best IDE for Java? I have Eclipse and NetBeans, both with latest versions. Is there any other IDE which is more flexible and userfriendly as Visual Studio 2003?
|
| same method, different types of parameters | 10 May 2005 09:09 GMT | 1 |
Is it possible in Java like in C++ with templates, to write a Method only once, for different types of parameter? Or do I have to write the same methode for each parameter type I have? Thanks for your help
|
| Java2D game tutorials for the taking! | 10 May 2005 09:03 GMT | 2 |
I saw people looking for java2d tutorials or simply wanna create simple games in java2d .. like me! :D So I found two tutorials that looks fine... Check'em out:
|
| XML and Invalid byte UTF-8 | 10 May 2005 08:57 GMT | 6 |
I have a problem with fatal error while parsing XML. I have a server and a client. My server creates XML from web page given by the client, after parsing it to
|
| Thread related question | 10 May 2005 07:14 GMT | 5 |
suppose i have a class with member properties queueIn and queueOut. Let's call this class "Server1". When the app starts, this class has a "listen" method which is basically a "while(true)" loop that runs until the app is forcibly
|
| web framework with .net concepts? | 10 May 2005 06:57 GMT | 2 |
A thing I like about .net is that it avoids the need to put data in the session context by putting it inside the html page (compressed), so it gets sent back on the next form submit. this avoids all the hassle involved in clearing object from the session scope when the user
|
| requestparamater is property of bean | 10 May 2005 02:49 GMT | 1 |
I'm building a webapplication using struts and ibatis. In one of my views I want to have a link like this: <html:link page="/service/showTreeLevel.do?currentFolderId=...">Bookmarks</html:link>
|
| what should I install ? JRE5.0 or JDK5.0 | 10 May 2005 02:37 GMT | 3 |
I would like to install Java envirament on my Windows 2003 machine. I am learning J2SE and J2EE in eclipse IDE. Thanks in advance!
|