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 / September 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Using Vector in Java 1.527 Sep 2005 10:31 GMT4
I have a simple class that basically stores some data in a char[][] plus
some extra useful things about it, and in an attempt to pass an
arbitrary number of these objects back and forth through method calls
I'm storing them all in a Vector.  When I compile, javac tells me I
static and threads27 Sep 2005 07:14 GMT25
Anyone know any good articles that talk about static members and
threads. I want to know if I declare any members of a class as static,
can it be seen in other threads, or how they might be seen across
threads, is the vm dependent, or if I shouldn't do this at all ...
XML Parsing Problems with SAX xerces27 Sep 2005 06:51 GMT3
I am trying to parse an XML document that starts with the following tag:
<?xml version='1.0' encoding='windows-1252' ?>
This is causing an error::
Caused by: org.xml.sax.SAXParseException: The encoding "windows-1252" is not
Java Applet that is capable of displaying a PDF document within a web-browser27 Sep 2005 03:16 GMT3
What I need is a Java Applet that is capable of displaying a PDF
document within a web-browser.
The applet MUST NOT rely on any plug-in, etc. It must be able to
display PDF files on its own without any help from the browser.
Regulate data stream27 Sep 2005 00:54 GMT3
Does anyone know a way of regulsting the flow of data through a buffered
output stream. ie I would like to limit the output to say, 10kb/sec via
multiple threads. Would I need to change the buffer size or implement a
Thread.sleep in the loop or some other way?
word processing26 Sep 2005 23:54 GMT7
What sort of data structures would be best for storing a document for a
word processing program in memory (it supports images/text and various
font sizes/faces... think Microsoft Word)? I got this wrong in an
interview and am curious about it.
Accessing POI generated Excel from client26 Sep 2005 23:54 GMT1
We are trying to export data from jsp to excel.  As there is problem
with size of excel being downloaded, we are using POI which solved our
problem of memory and time taken to download. But now we are not able
to access the file from the client. The problem is as follows.
problem in Beanutils.copyProperties()26 Sep 2005 21:38 GMT2
I am having a problem in using copyProperties() of
org.apache.commons.beanutils.BeanUtils class
I am doing it in this way
BeanUtils.copyProperties(destBean,srcBean)
Distribute J2EE.jar26 Sep 2005 21:36 GMT1
Hi I was wondering if it was legal to distribute sun's j2ee.jar.
If anyknows could they point me to where it is documented.
thanks
Rob.
Tomcat 5.5.9, correct directory for DB driver?26 Sep 2005 21:24 GMT7
I'm using Tomcat 5.5.9 on Windows 2000. I get the error below when I
try to visit a page of my app that accesses the DB.
I've tried putting the DB driver "mysql-connector-java-3.1.8-bin.jar"
in these locations:
Strange tiff26 Sep 2005 18:53 GMT6
I try read tiff files from disk by JAI API.
But sometimes a get error. For Example:
(Function reading a tiff is taken from JAI tutorial)
java.lang.ArrayIndexOutOfBoundsException: 380368
regexp for legal JNDI name (covering check for 2 space sequence)26 Sep 2005 18:29 GMT11
I found I needed to build a regexp for a legal JNDI name.  Tracing
through the schemas, it appears that a JNDI name is supposed to be a
"xsd:token", which has a curious definition.  From the definition, it
doesn't have leading or trailing spaces, or carriage returns, line
Correct Identation/Contex can solve the too many compiler error messages problem when a closing bracket is missing.26 Sep 2005 16:56 GMT107
Sometime ago on the comp.lang.c, I saw a teacher's post asking why C
compilers produce so many error messages as soon as a closing bracket is
missing. The response was simply because the compiler can't tell where a
bracket is missing.... a few weeks have past, I requested a feature ...
Accessing in a static way26 Sep 2005 16:19 GMT4
I have 2 applications: one is stand-alone and one is using J2EE container.
So for Connection logic I wrote code to support both DataSource (to be used
by J2EE app) and DriverManager (to be used by stand-alone app). So
public interface ConnectionManager {
Expression Language in JSP26 Sep 2005 16:06 GMT1
I'm trying to use the Expression language in a JSP page but I cannot
get Tomcat to enable EL evaluation.
In Web.xml I have the following:
---- snip -----
 
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.