University of Colorado at Denver and Health Sciences Center Downtown Denver Continuing Engineering Education Program NCES 8655: PHP Essentials This class...
University of Colorado at Denver and Health Sciences Center, Downtown Denver Continuing Engineering Education Program Fall 2005 and Spring 2006 Course Planning...
The IDE I am using is eclipse. I am reading 4 large data files into arrays of objects, to speed up searching. I am getting a java.lang.OutOfMemoryError on the...
Ed, Start Eclipse with a command like this: eclipse.exe -vm %JAVA_HOME%\bin\javaw.exe -vmargs -Xmx1024M The important part is the "-vmargs -Xmx1024M" That...
Hi, Those changes will give Eclipse more memory but I don't think it will give the application more memory. Ed, if you're launching your applications using...
Dear all, I am trying to sharing cookies across web contexts on a JBOSS 3.2.3 application server. The cookie gets loss when redirecting to the new url in a...
When you define the <context> in server.xml (for Tomcat), there is a crossContext="true" attribute you can add. This allows webapps to share a common session. ...
UNIVERSITY OF COLORADO AT DENVER AND HEALTH SCIENCES CENTER College of Engineering and Applied Science offers Discovering Linux and Free Applications with a...
I want to specify the loading order (deployment order) of ear and war files in JBoss 3.2.3 and JBoss 3.2.5. I don't find any helpful hints at the Jboss.org...
I would like to update the JDUG wiki with more companies that develop Java applications in the Denver area. Who have you worked for in the past, and who do you...
I might have answer my own question: Does this link(http://www.jboss.org/wiki/Wiki.jsp?page=ReceiveJMXDeploymentNotifications) explain what I need to do? ...
Maxtor ... From: djug-discuss@yahoogroups.com [mailto:djug-discuss@yahoogroups.com] On Behalf Of goldgriff2002 Sent: Monday, April 18, 2005 9:56 AM To:...
Sun Microsystems, Inc http://www.sun.com IBM http://www.ibm.com...
Frederic Jean
fjean@...
Apr 18, 2005 9:53 pm
281
ServiceMagic, Inc www.servicemagic.com Boston Market Corporation www.bostonmarket.com ________________________________________ PeoplePC Online A better way to...
Inversoft http://www.inversoft.com goldgriff2002 wrote: I would like to update the JDUG wiki with more companies that develop Java applications in the Denver...
Intuit http://www.intuit.com NCAR - National Center for Atmospheric Research http://www.ucar.edu/ ... From: Brian Pontarelli To: djug-discuss@yahoogroups.com ...
I am trying to build a test environment for our enterprise application. There are several areas I would like to test: 1)Persistence -CMP -mainframe access...
What are the best opensource libraries for exporting to PDF and Excel-spreadsheet? I've recently used FOP to generate a PDF file and I've found it a littly...
Hi Calen - Are you using the latest version of FOP? I have found it quite good. Personally, I'd recommend using Apache Cocoon if you need to output the same...
Lajos Moczar
lajos@...
Apr 21, 2005 7:32 pm
288
we use iText to generate PDF. I've been told that you can just export an xml file and excel will pick it up, but I haven't tried it. ... What are the best...
Dear Denver Java Users Group Members, The Colorado Front Range Storage Networking User Group (COFR-SNUG) would like to invite you to their May 17, 2005,...
I am reading in a series of text files into memory. I don't want to hardcode the paths to files I am reading because the users may have their drives mapped...
... There are lots of ways. For example, you could also have the location of the files specified in the classpath, and then retrieve them using the ...
UNIVERSITY OF COLORADO AT DENVER AND HEALTH SCIENCES CENTER College of Engineering and Applied Science offers Discovering Linux and Free Applications with a...
Derek This would then require I manually edit the classpath for every installation of the program, correct, unless i use some type of installation program like...