Andrew Galler

Greenhorn
+ Follow
since Oct 04, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Andrew Galler

Any recommendations for free performance testing tools?
Thanks.
19 years ago
Does anybody know how to use Java to write a live update web page? just like those live
score updates from those sports web pages. 'coz I know servlet can only pull information
from server, so how can I push those info. from server out to the web-based client?
Thanks in advance.
21 years ago
I'm a newbie to EJB/J2EE and just wondering which IDE are u guys using and which is better. I've downloaded Forte but it has "eaten" up many resources. I try to use VisualAge but failed to download it from the IBM site. Does anybody know is there a free IDE for developing EJB?
If I want to write a front-end application, which is connecting to a back-end app written in Java, would it be better to use VB or Java Swing?
Thanks in advance.
22 years ago
my weblogic server print out the following messages then auto-restart. Could anybody pls help me out? Is it some kind of resources limit problem?
-------
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 8192
coredump(blocks) unlimited
nofiles(descriptors) 1024
memory(kbytes) unlimited
-------
Thanks in advance!!
22 years ago
Does anybody know how to read a file from the mainframe host and convert the data into ebcdic?
Thanks in advance.
22 years ago
I dunno whether it sounds very stupid to you guys but anyway does anybody know can the free Tomcat server used in production environment. If yes, why do people have to buy those application servers like Weblogic?
thanks in advance
I dunno whether it sounds very stupid to you guys but anyway does anybody know can the free Tomcat server used in production environment. If yes, why do people have to buy those application servers like Weblogic?
thanks in advance
22 years ago
I dunno whether it sounds very stupid to you guys but anyway does anybody know can the free Tomcat server used in production environment. If yes, why do people have to buy those application servers like Weblogic?
thanks in advance
22 years ago
I'm working on a web-based Stock Quotation application and wanted to have realtime update of both the broker and bid/ask queue. How can I do that? I've tried to write it solely in JApplet but it seems that the performance is quite poor. I've heard that I can do this by EJB which is embedded in the JSP. Does anyone know how it works? or is there any better way to do it?
Thanks in advance.
22 years ago