bhilla ratna

Ranch Hand
+ Follow
since Jun 01, 2005
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 bhilla ratna

Thanks guys for your responses.

From my understanding EJB's are hevayweight components. Unless we justify our reasons(or have strong reasons) to go for it, they could be pain.

As a matter of fact, I am trying to research what are the possible middle tier options to replace with heavy weight EJB's

All I could think of is Spring.

Any other options used any where?

bhilla
I am trying to understand why EJB's are used in our situation. I am hoping some of you guys can make me reliaze if I am in right track.

We have a BusinessObjects that communicate with Presentation Tier and these business objects are calling EJB (Stateless Session)to perform business operations. In business object they are not really doing anything but just calling DataAccesObject layer and DataAccesObjects are doing the real work.

As for I know EJB's are used as Cotainer proides services like Security,Transaction,Scalability, Persistence. But in our case they are trying to maintain transactions them selves by creating Transaction classes.

So, I don't really see why they are using EJB's. Only thing I can think of is scalability.

Any thoughts?

Bhilla
No,

We don't have the config directories under server. But in completely different directory.
ex
Jboss_home - /usr/jboss/4.0.3/

Serverconfig -/usr/config/myConfig
17 years ago
Hi,

In my company, they want to seperate the configuration files from binaries.
So, for each new project they create a new server configuration directory and there exists a single location where the jboss is installed. Also the configuration directories are in different location then server directory. My question is how to tell the jboss to look configuration in the location different than server directory?

Thanks
bhilla
17 years ago
Hello every one. I am new to Web Services. I am using Tomcat 5.5 with axis. I was successful in viewing happyaxis. After that I deployed a sample code in some artilce. But after deploying when I go to list of deployed services
it shows "And now... Some Services" but doesn't list any services below. Any one know what is the problem? please help me with this.
18 years ago
I am writing a simple web application. I have one JSP and one servlet.

The code in JSP is
<html><head><title>Login Page</title></head>
<body>
<font size='5' color='blue'>Please Login</font><hr>

<form action='/valid.do' method='post'>
<table>
<tr><td>Name:</td>
<td><input type='text' name='employeeId'></td></tr>
<tr><td>Password:</td>
<td><input type='password' name='password' size='8'></td>
</tr>
</table>
<br>
<input type='submit' value='login'>
</form></body>
</html>

I have a ActionServlet class.
I want this index page be handled by this ActionServlet.

My web.xml has the following code:
<servlet>
<servlet-name>action</servlet-name>
<servlet-class>logic.ActionServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>*.do</url-pattern>
</servlet-mapping>
But when I press submit button in index page, I am getting /valid.do is not availabel.
How to get rid of this problem?
Please help me.
I am writing a simple web application. I have one JSP and one servlet.

The code in JSP is
<html><head><title>Login Page</title></head>
<body>
<font size='5' color='blue'>Please Login</font><hr>

<form action='/valid.do' method='post'>
<table>
<tr><td>Name:</td>
<td><input type='text' name='employeeId'></td></tr>
<tr><td>Password:</td>
<td><input type='password' name='password' size='8'></td>
</tr>
</table>
<br>
<input type='submit' value='login'>
</form></body>
</html>

I have a ActionServlet class.
I want this index page be handled by this ActionServlet.

My web.xml has the following code:
<servlet>
<servlet-name>action</servlet-name>
<servlet-class>logic.ActionServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>*.do</url-pattern>
</servlet-mapping>
But when I press submit button in index page, I am getting /valid.do is not availabel.
How to get rid of this problem?
Please help me.
18 years ago
Hello everyone!

Iam new to version control. I would like to use CVS in eclipse IDE. I didn't find useful resources which explain how to install CVS. Can any one help me?

[changed subject from "urgent please help me"]
[ September 10, 2005: Message edited by: Jeanne Boyarsky ]
Thanks Amit. Thanks for you valuable response.
18 years ago
Thanks for your response. But I need info about H1 sponsorship and are any jobs available for freshers.

Thanks
bhilla
18 years ago
I have a quick quetsion. I would like to know what oppurtunities are availble to F1 holders in US (Iam talking about MS holders in CS).

Thanks
bhilla
18 years ago
Thanks for your response.Any one have more to say?

Thanks
bhilla
Iam new to WebLogic downloaded trial version last week. I forgot my password for admin console. Is there any way I can reset my password? I tried all the passwords I use generally but didn't work. Is the username system for weblogic 9.0? Can any one suggest me some tutorials to work on weblogic?

Thanks
bhilla
18 years ago
Hi everyone!

I would like to pursue my career in Java/J2EE.

Iam indian, about to complete my MS in software Engineering in december.When I look for jobs, what all I can see is for those who already have H1. Iam currently on F1. Iam not sure how to get hold of guys who can sponser my H1. What all I heard from my friends is that instead of trying jobs individually, they suggested that I should join a consultancy and get my H1 done and then look for jobs. Is that true?

I have 2 years of experience in india and 1 year here in US through interns. I have aslo finished Sun certifications(SCJP,SCWCD,SCBCD).

What should be my next step toward my career?

Thanks
bhilla
[ September 01, 2005: Message edited by: bhilla ratna ]
Hi!

Iam graduate student of MS in Software Engineeirng will be graduating 2005 december. I have 2 years of experience in India and 1 year of experience in US through internships. I am looking forward for jobs in java. I have good experience in java,EJB,servlets,JSP,SQL,perl.

I also persued Java Programmer(SCJP),Web Component Developer(SCWCD) and Bussiness Component Developer certifications (SCBCD)from sun.

I need sponsorship for H1 visa. If anyone finds similar offer,please let me know.(email:bhilla@rediffmail.com)

bhilla
18 years ago