Munish Gulati

Ranch Hand
+ Follow
since Aug 06, 2003
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 Munish Gulati

Hi Everybody,

I am preparing for SCWCD.
I have bought the latest edition of Hanumanth Deshmukh.
I am planning to read this book only and nothing else apart from mock exams on various sites.

How whould you guys rate the book. I have read the older version and found it good. How about the new version. Any Reviews ??

Is there anybody who cleared the exam reading this book only ??

Thanks

Cheers
Munish
[ February 07, 2006: Message edited by: Munish Gulati ]
Congratulations Kaps !!
Hey kaps why don't you share some of your exam experiences..i mean how was the exam.
[ November 24, 2004: Message edited by: Munish Gulati ]
19 years ago
Yes, Its true that you are told about the number of correct answers.
[ June 07, 2004: Message edited by: Munish Gulati ]
Hello friends
I have just installed the weblogic server on my machine(Weblogic 7.0.3).I have also downloaded the pdf documentation (beawlsdocs703-pdf.zip). Now I need your help guys to configure my weblogic 7.0. On opening the zip file, I found lot of pdf's there for configuration of the server. I am not getting the idea from where to start and which file should i use to configure the server so as to run AdviceBean. If you guys reply soon it would be a great help for me.
Thanks
Hello friends
I have just installed the weblogic server on my machine(Weblogic 7.0.3).I have also downloaded the pdf documentation (beawlsdocs703-pdf.zip). Now I need your help guys to configure my weblogic 7.0. On opening the zip file, I found lot of pdf's there for configuration of the server. I am not getting the idea from where to start and which file should i use to configure the server so as to run a simple session bean. If you guys reply soon it would be a great help for me.
Thanks
19 years ago
Anybody help me out in deploying AdviceBean on weblogic 7.0.
Thanks
Hello everybody
I am trying to run my first bean example which is given in chapter 1 of HEAD FIRST EJB.
All goes Well..upto the client comilation.But i am not able to run the client.It throws some exception which i am incorporating below.
===============================================================
E:\projects\advice>java -cp %classpath%;.;e:\projects\advice\AdviceAppClient.jar AdviceClient
javax.naming.CommunicationException: org.omg.CORBA.NO_PERMISSION: minor code:
0 completed: No
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at com.sun.corba.ee.internal.iiop.messages.ReplyMessage_1_2.getSystemExc
eption(ReplyMessage_1_2.java:93)
at com.sun.corba.ee.internal.iiop.ClientResponseImpl.getSystemException(
ClientResponseImpl.java:108)
at com.sun.corba.ee.internal.POA.GenericPOAClientSC.invoke(GenericPOACli
entSC.java:136)
at com.sun.corba.ee.internal.corba.ClientDelegate.is_a(ClientDelegate.ja
va:833)
at org.omg.CORBA.portable.ObjectImpl._is_a(Unknown Source)
at org.omg.CosNaming.NamingContextHelper.narrow(Unknown Source)
at com.sun.jndi.cosnaming.CNCtx.callResolve(Unknown Source)
at com.sun.jndi.cosnaming.CNCtx.lookup(Unknown Source)
at com.sun.jndi.cosnaming.CNCtx.lookup(Unknown Source)
at javax.naming.InitialContext.lookup(Unknown Source)
at com.sun.enterprise.naming.factory.IIOPObjectFactory.getObjectInstance
(IIOPObjectFactory.java:42)
at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:158
)
at javax.naming.InitialContext.lookup(Unknown Source)
at AdviceClient.go(AdviceClient.java:15)
at AdviceClient.main(AdviceClient.java:10)
at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:172
)
at javax.naming.InitialContext.lookup(Unknown Source)
at AdviceClient.go(AdviceClient.java:15)
at AdviceClient.main(AdviceClient.java:10)
===============================================================
I am using: JDK1.3,J2SDKEE1.3 on Win2k
Thanks
Hello Paul
I have also posted a mail to the mentioned address.I am planning to take the exam in third week of feb.I will do post comments one i get through it
Thanks in advance.
19 years ago
Hi guys
I just want to know which was the first version of weblogic which was capable of running EJB 2.0. Actually m learning EJB 2.0 and have weblogic 5.0 will it do the work?
Hello everybody
Is this book easily available in india and on which stores..m from delhi if u can tell a store here in delhi.
Is any indian edition available of the book at an indian price.
The Book is:
SCWCD Exam Study Kit: Java Web Component Developer Certification by Hanumant Deshmukh
thanks
ya barkat i have an experience on jsp for a year or so
currently in search of a job
20 years ago
Thanks Uma
Now I got the point
//File Name:MyPreviousClass.java
//reciding at path c:\mydir1\mydir2\MyPreviousClass.java
package mydir2;
public class MyPreviousClass{
public void aMethod(){
}
}
//File Name:MyCurrentClass.java
//reciding at path c:\mydir1\mydir2\MyCurrentClass.java
package mydir2;
import mydir2.MyPreviousClass;
public class MyCurrentClass{
public void aNewMethod(){
MyPreviousClass mpc=new MyPreviousClass();
}
}
I have compiled the class MyPreviousClass.java with the command
c:\mydir1\mydir2> javac MyPreviousClass.java
My Problem:
Now how and from where to compile the class MyCurrentClass.java ?
Actually I am not ok with the package funda...pls explain the reason for ur answer..and a bit about the package funda so that i can grasp the subject.
Thanks
Just cleared my SCJP Certification (1.4) with 72% marks...not a good score what do say guys..got 100% on threads.
About the resources:
-------------------
-I read Khalid Moughal and Philip Heller form cover to cover...both twice.
-I regularly visited this SCJP forum...u can not get a better one..i bet.
-SCJP Notes by Velmurugan are very very good for last minute preparation.
-Dan Chisholm Exams are tougher than the actual exam but will take u deep in the topic...and thats good.
-Practice Practice Practice - the bottomline..how can u remember so many points without practice.
I got 10-11 questions on threads..thanks to guys on this forum..who predicted it beforehand(the worst situation)...so i practiced a lot on threads..and one more things the questions on threads are not that easy too..u need a good practice..
Thanks to all u guys on the forum who helped me to solve my problems..and for their brilliant postings.
Thanks a lot
[ September 16, 2003: Message edited by: Munish Gulati ]
20 years ago