Sreedhar mar

Ranch Hand
+ Follow
since Sep 15, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Sreedhar mar

hi

I am confusing about state and persistance. Actually what is difference between them or is both are same?

please give details in example.


Regards
20 years ago
EJB is server side componet contains bussiness logic only.It clearly separates bussiness logic from system level programming like transaction, security, persistance etc.

Servlets is based on request-response paradigam.
Hi

what is the difference between BMP and CMP. How to decide, on what situation BMP and CMP are usefull(used).


bye
Hi

i want to compile all the files which are in different directorys like this

c:\java\
.\a
.\b
.\c

i want to compile all files in a,b,c directorys from c:\java at time (in a single command)


bye
20 years ago
HI

Can anybody know what is the differecne between weblogic server and apache-tomcat server?

bye
20 years ago
hello

what are the mechanisms used in deploying a .war, .ear files.

i faced a this question in ainterview.

pls help . thanxs for advance


bye
hi

what is the functionality of the application server and what services provided to EJB container, Servlet Container?

bye
Sreedhar M
hi pradeep

i put weblogic.jar file in classpath.but it was not worked
Dear All,
I had written a sample EJB program and complied all the java files to class files. I had even written an XML file and created a .jar file which consists of .class files and .xml files. Now i am trying to compile, this .jar file by using the tool weblogic.ejbc tool. During this process, the complier is raising an error stating that "Exception in thread main java.lang.NoClassDefFoundError : weblogic/ejbc". I searched in my system, for this tool and i didn't find it. Where from i can get this tool on website. Is it any third party tool? kindly feel free to give solution for this problem.
Thnaks Cris Mathews

one Help

Please tell How to Deploye EJB on Weblogic7.What are the steps.
20 years ago
This is my classpath

classpath=D:\j2sdk1.4.2_01\lib\tools.jar;
D:\j2sdkee1.3.1\lib\j2eetools.jar;
D:\j2sdkee1.3.1\lib\j2ee.jar;
d:\bea\weblogic700\server\lib\weblogic.jar;
d:\oracle\ora81\jdbc\lib\classes12.zip;
d:\bea\weblogic700\server\lib\classes12.zip;
d:\bea\weblogic700\server\lib;
20 years ago
all the above are not solve the problem
20 years ago
hi
i am using Weblogic7.i am new to weblogic. i want to run EJB in WL.

java weblogic.appc utility not working.i tried in this way


java weblogic.appc My.jar

this gives an error

Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/appc

please tell how to rectify this problem
20 years ago
hi
i am using Weblogic7.i am new to weblogic. i want to run EJB in WL.

java weblogic.appc utility not working.i tried in this way


java weblogic.appc My.jar

this gives an error

Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/appc

please tell how to rectify this problem


bye
can anyone tell me the free learning ejb on video classes.