sending data to browser via servlet: windows vs. unix519 (7/6/2009 5:17:15 PM) comp.lang.java.programmer I wrote a small servlet for a web application to send pdf files (and other types of files) from a local filesystem to a user's web browser. When I run the application locally (my workstation runs Windows), ... Lord
JSP and hashmap's containsKey521 (5/5/2009 1:36:54 PM) comp.lang.java.programmer Hello, I have a bean on my JSP page which is a HashMap. I would like to check to see if it contains an key, and if so, print a value. In Java, it would probably look something like: if (myHashMap.containsKey(k... lord
Webservices and large chunks of binary data427 (2/6/2009 7:21:39 PM) comp.lang.java.programmer We have a webservice that currently takes in a small chunk of binary data (usually < 1MB) as a part of the message. There is a good chance we will need to take much larger chunks of binary data (up to 20 MB). I... lord
Simplified TimeZone3920 (9/23/2008 9:43:01 PM) comp.lang.java.programmer I am using a DateFormat with the following formate: "hh:mm aa (zz) MMMM dd, yyyy" The problem is that "(zz)" will return the current time zone as "EDT" or "EST". Is there another format that can be used to get ... Lord
Web app on the desktop1428 (6/3/2008 2:36:45 PM) comp.lang.java.programmer Hello, I'm wondering if anyone here has experience converting web apps into desktop apps. We have a small internal application under development, designed as a web app. It may happen that we won't have a server... Lord
JMX Connection Problems428 (5/5/2008 1:49:53 PM) comp.lang.java.programmer Hi all, I've been working with some JMX code on WebSphere and I've kinda hit a brick wall. I'm trying to ween an application off of depending on WebSphere code (specifically, the AdminClient class) so that it c... Lord
Getting application to run with Jconsole0205 (11/13/2007 3:05:44 PM) comp.lang.java.programmer Hi,I'm trying to get into JMX. I have an simple test application thatworks, but I cannot monitor it with JConsole. I start the applicationby passing -Dcom.sun.management.jmxremote to the JVM, but I thinkJconsol... lord
ORA-00980, but object exists!623 (10/24/2007 3:15:03 PM) comp.databases.oracle.server Hi, I have a sequence and a table in a database that I am trying to access via a WebSphere application, but I get an ORA-00980 error. I CAN access these same objects with SQLDeveloper. I use the same database, ... lord
base64binary #21150 (10/18/2007 6:06:15 PM) comp.lang.java.programmer Hi,I have a Java class that receives some base64binary data from a SOAPrequest. This data gets stored in a byte array. I would like to writethe binary data as a file. I tried this using a FileOutputStream towri... lord
base64binary7124 (10/18/2007 5:53:52 PM) comp.lang.java.programmer Hello,I have a class that receives some data encoded as a base64binarystring from a SOAP request, and stores it in a byte array. I need towrite it to a binary file on disc. I thought that just writing thebyte a... lord
Objects in java1921 (6/9/2009 7:58:46 AM) comp.lang.java.programmer I am a beginner to java..... My question is ......Can objects in java only be created dynamically???? Suppose i create an object of the String class String x="PRASOON"; In this case is the object x of the S... prasoonthegreat(66)
How to handle version count overflow1819 (6/9/2009 1:25:41 PM) comp.lang.java.programmer Hello, my problem is mostly a general database locking problem. Since I use Java and hibernate I post the problem here. Seems that the plain database people don't understand once Java or hibernate come into pl... oliver789(18)
Java Test Tool529 (6/11/2009 3:57:36 PM) comp.lang.java.programmer Hello everyone, I am trying to find my team a Java unit test tool and thought this would be the best place to start. If you have any recommendations, with respective pros and cons, please let me know. We are... maaldapany(2)
'ArrayList' allowing more than 2G entries.2216 (6/18/2009 6:10:02 PM) comp.lang.java.programmer Occasionally I need to store information in arrays which can get larger than 2G. Since I can't make an array that long, I'd like to have a backup in these large cases where I use something that looks like an A... tam1402(62)
Hidden features of java3925 (6/26/2009 12:02:16 PM) comp.lang.java.programmer Dear Member, I have written a post about hidden feature of java on my blog. I am not a super programmer but yes tried to compile come list of hidden feature or you can feature not known by most of the people. ... abhishekkapoor2005(23)