Hello All,


I have started learning EJB recently.. I am not able to deploy my first bean
from a long time..

I have two beans, one Entity and one session..

Database : SQL Server 7.0
My Table : Users
Columns
UserID          int
FirstName       nvarchar
MiddleName      nvarchar
LastName        nvarchar
Login           nvarchar
Password        nvarchar

A entity bean maps to User Table.. I have UserHome Interface,User [ a remote
interface], UserBean [ EJB with just set and get methods]

A session bean called UserManager is also written which takes care of
methods like getAllUsers[], checkValidUser(String Login, String Password)..

Now, my problem is I have created both the beans and now, how do I package
it.. After packaging how do I deploy..
I have installed JDK1.2.2, J2sdkee 1.2.1, Weblogic 5.0..
Database        - SQL Server 7.0
IDE             - Kawa 5.0

Kindly help...
Thanks in advance
Regards
 Poornima

Poornima Girish
HoneyWell India Software Operations
Bannergatta Main Road
Bangalore
Phone-91-80-6575851[extn1314]

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to