Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / January 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Java Collections30 Jan 2006 04:12 GMT8
Hi there, I was wondering if anybody could possibly help me with my
problem. I have an ArrayList of objects declared as:
    ArrayList playerList = new ArrayList();
I have filled the ArrayList with several player objects. My player
unmarshal XML from String using CastorXML30 Jan 2006 02:26 GMT2
  I need to unmarshal an XML but the XML data is not in a file but in
a String:
String xml = "<person><name>John
Doe</name><birthdate>12/12/1986</birthdate></person>".
GIF file encoding to save and display in browser30 Jan 2006 00:31 GMT4
I have a simple servlet that reads a GIF from local machine and then
saves this file and displays the image in the browser.  My problem is
that the image gets corrupted somehow.  Looking at the file in Notepad
I see that the bytes are slightly different (resulting in a much
Automating keytool -genkey29 Jan 2006 23:06 GMT1
I'd like to automate keystore generation.  From viewing the keytool's
help, it is not documented how to set the First/Last Name, Org Unit,
Organization, City, State, and Country via command line.
Currently, I'm having to execute:
clutching on to my final attributes...29 Jan 2006 22:49 GMT2
I have code like below.
When I deserialize my Parent object my 2 references to my 'A' object will
become independent references to separate objects.
My work round is as below, with the dual updates to the 'A' object, but that
Step Right Up, Test your Skill29 Jan 2006 20:00 GMT21
What does the following program snippet print?
       System.out.println ( 'a' + '\r' );
       System.out.println ( 'a' + "\r" );
       System.out.println ( "a" + '\r' );
webtools bea29 Jan 2006 15:44 GMT3
I'm using new webtools IDE (from eclipse project) with build-in
weblogic plugin. When I recompile sources in my Dynamic Web Project
(acording to change in .java file) I have to restart weblogic serwer.
Is this a bug in this plugin, or I have to change something in
help me to solve this problem,binding a String object to a string29 Jan 2006 15:31 GMT5
    I am pretty new to weblogic8.1.I am Getting a error if i try to
concatenate a object to the string in out.println
statement.
For your kind reference progam and error pattern is enclosed.
Applet/HTML interaction29 Jan 2006 15:25 GMT4
I've written my share of applets but I've never really done very much in the
way of interacting with an applet via the HTML on the page containing the
applet. I'm hoping someone can suggest a way to accomplish what I want to
do.
sleeping in servlet deffers writing to res output stream.29 Jan 2006 14:38 GMT3
Below is my service method. Sleep causes that data are not written to `res'
stream immediatelly, but after some time, usually as the `while' loop
is finished and hence service method finishes.
My question is, how to make it be written immediatelly ?
XML: How to read element value?29 Jan 2006 13:34 GMT2
Given the following XML file:
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration SYSTEM
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
Help with two servlet questions29 Jan 2006 11:57 GMT2
Hallo, I have two questions. I am new to Java programming in Servlets.
Question 1. I have a servlet that validates input from another servlet
"GetDetails" that generates a HTML page. If the stuff user entered is
correct I want to go to another page "ShowDetails". If the stuff the
Please explain SRV.2.3.3.3 Thread Safety clause29 Jan 2006 02:38 GMT4
SRV.2.3.3.3 Thread Safety
Implementations of the request and response objects are not guaranteed
to be thread safe. This means that they should only be used within the
scope of the request handling thread. References to the request and
JLIST - Scrollpane woes28 Jan 2006 23:30 GMT4
I am having a problem getting a JList to scroll.
 I am using an extension of AbstractListModel at a model in a JList:
public class TreeSetListModel extends AbstractListModel {
   private Set<String> treeSetList;
com.ms.security, com.ms.security.PermissionID.FILEIO and error in compiling28 Jan 2006 23:18 GMT1
I need to permit to an Applet to read and write HD files.
All ok with java 1.2, 1.3, 1.4 and 1.5 of Sun.
But when, before signing a verson of my applet written for Internet Explorer
without Java SUN (Microsoft 1.1.4 JVM), I try to insert this:
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.