Andras Nemeth

Ranch Hand
+ Follow
since Jul 31, 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 Andras Nemeth

Hi All,
Thank you for the ideas and recommendations.
I wanted to try JDBInsight (actually, I already configured), but it needs to be registered before one can use (I believe the registration is free.) I asked for registration, but they did not bother to answer. So, what I can say, forget me and I will forget you.
I'm gonna check these other possibilities recommended by you.
Have a nice day!
Cheers,
Ban
I meant of course TestBean instead of TestHome!
Cheers,
Ban
Did you try to write out the result of the lookup? (ref) Isn't it null?
What is the JNDI name of the bean (TestHome)?
Ban
Hi all,
Can anyone recommend a performance tool for WebLogic Server 6.1? (Is there a free one?)
I also would like to separate DB process time from App. Server process time for methods called (in a session bean).
Thanks!
Cheers,
Andras
Hello,
From my personal experience starting registry separately could just cause problem... Forgot to start it...
I prefer createRegistry from my server, of course it can be parameterized... Port number must be able to given at start. It also gives you the opportunity to not start the RMI server if the registry can not be started.
Of course there could be other issues, which might makes you use the command line registry. E.g: you want to register a bunch of server... Although, it could be handle programatically, too, you should always consider the simplest way...
Cheers,
Ban
21 years ago
Hello,
I work with WLS6.1 and now we plan to use CMR
instead of a composite pattern solution.
I tried to find a _full_ example, where from the
EJB to the deployment and table structure everything is described. I failed!
Could you point at a good place for that?
I read through Ed Roman's Mastering Enterprise Javabeans (EJB 2.0) and find it quite good. Anyhow, I am looking for an WLS specific source
example.
R,
Ban
21 years ago

Originally posted by William Brogden:
That is certainly very do-able -
...
How does the final Java application communicate with the outside world at present?
Bill


Thank you Bill!
Actually, I do not know the actual situation. I just joined the project to give some technical help. They used an internal browser, implemented on JEditorPane, but it cause some problem at complex pages, so they want to use external browsers.
Br,
Andras
22 years ago
Hello,
I have to make browser to java application communication and I thought I could use applet to servlet and servlet to application communication.
There is a client application that opens the default browser and loa d a page into via a CGI a application. The user selects some value from the HTML page and these values have to be sent to the java application. (There is several hundred thousands users.)
Do you have any idea or example how to do it?
Regards,
Andras
22 years ago
Hello,
I have to make browser to java application communication and I thought I could use applet to java application communication.
There is a client application that opens the default browser and loa d a page into via a CGI a application. The user selects some value from the HTML page and these values have to be sent to the java application. (There is several hundred thousands users.)
Do you have any idea or example how to do it?
Regards,
Andras
22 years ago
Hello,
I have to make browser to java application communication and I thought
There is a client application that opens the default browser and loa d a page into via a CGI a application. The user selects some value from the HTML page and these values have to be sent to the java application. (There is several hundred thousands users.)
Do you have any idea or example how to do it?
Regards,
Andras
22 years ago
Hello,
I have to make browser to java application communication and I thought I could use applet to java application communication.
There is a client application that opens the default browser and loa d a page into via a CGI a application. The user selects some value from the HTML page and these values have to be sent to the java application. (There is several hundred thousands users.)
Do you have any idea or example how to do it?
Regards,
Andras
22 years ago
Hello,
I just started to write my design document. (Of course, first
I made the application, as usual Although, I spent many days
on the design, before.)
At lock I described that I use HashMap and explained why it
is a good choice. But, I can not say it is better than Hashtable.
(Of course I made HashMap synchronized!) Can any one give me
some idea what is the difference between HashMap and Hashtable
(except null value and synchronization)?
Thanx a lot!
Ban
PS: I opened this topic in order to ask all the problem with
the design document. More questions and answers are welcomed.
Thanks Dave!
Sure I will check them.
Br,
Ban
Thank you Peter!
You are right that splitting up and making methods for a part of a complex expression can make it easier to understand. I will do it. Unfortunately, now I have a lot to do in my work project, so I can not finish the assignment, just now.
Take care,
Ban
Hello,
I look for functional and technical design (specification) templates which mainly based on UML.
Can you recommend where to try find?
Thank you in advance!
Br,
Andras