Java Chela

Greenhorn
+ Follow
since Apr 26, 2004
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 Java Chela

I have an application that runs multiple processes. I was trying minimize memory usage. It seems that Each process loads its own set of common library like java.util.*, servlet.jar, xml*.jar etc. SO looks to me that these libraries are getting loaded multiple times increasing the memory usage.

I remember in C/C++, you have option of dynamic linking, where the library is shared between multiple processes.

Is my interpretation correct? ANy suggestions, guidelines?

Thanks,
-Sanjay
19 years ago
I think purpose is not to rewrite the fuctionalities provided by frequent flyer mileage system, but to reuse it. Whatever technology we use, we will be getting html as response. For indivudal users it is okay, but for travel agents, the client is a Java (Swing) client. How do we show the html in Java client? Are we gonna parse html code or write/use some peice of code that displays html in a Java(Swing) Client.

Am I missing something?

Thanks.
Chela
From the management's interview it seems that Travel Agents will use Java (Swing) Application. I am wondering how would we disply html returned by Frequent Flyer system in Java Client. Since we don't want to rewrite the system again, we will use same perl system.

Any thoughts?
I think purpose is not to rewrite the fuctionalities provided by frequent flyer mileage system, but to reuse it. Whatever technology we use, we will be getting html as response. For indivudal users it is okay, but for travel agents, the client is a Java (Swing) client. How do we show the html in Java client? Are we gonna parse html code or write/use some peice of code that displays html in a Java(Swing) Client.

Am I missing something?

Thanks.
Chela
I am looking for a Java User group in SF Bay Area focussed on SCEA - II & III. Any pointers or anybody willing to form one?
That would be a nice complement to this a great forum.

Thanks,
-Sanjay
Hi,
I have a requirement to use XML-RPC for request but I want to receive XML stream of objects in response. How can I do it?
Thanks in advance,
-Sanjay
19 years ago