Yes, except that OFFICIALLY, Visual Cafe 3.1 doesn't even support the
current WebLogic 4.51, only 4.03 (or whatever the 4.0x version was). It does
work for the most part with 4.51, but out of 3 developers at work, one
couldn't get it going. It also does not support JDK 1.2 distributed
debugging. So if you want to debug 1.2 you are out of luck (this is not a
WebLogic issue, Cafe doesn't seem to support any distributed debugging of
1.2 JDK apps).

Cafe is also buggy and crashes pretty often. It's EJB support is somewhat
handy, but you can make a project for only one bean at a time, so if you
have dozens of beans you would be forced to load them in and compile them
and deploy them one by one.

Personally, I would stay away from it, and build some scripts in something
like ANT (what we did) or 'make' to set up a build process. For debugging,
you can run a lot of EJB servers from within Kawa, which is just a thin
shell and doesn't use much memory. It supports JDK 1.2's JPDA debugging and
works quite well.


> -----Original Message-----
> From: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]On Behalf Of Yair Enden
> Sent: Monday, February 14, 2000 2:01 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Newbie and Weblogic 4.51
>
>
> I'm using VisualCafe 3.1 Enterprise edition to develop and deploy EJB for
> Weblogic, and it makes my life much easier. You have there a full support
> for Weblogic, and you don't need to use Weblogic tools for packaging and
> deployment.
>
> -----Original Message-----
> From: Shiv Kumar [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 13, 2000 5:26 PM
> To: [EMAIL PROTECTED]
> Subject: Newbie and Weblogic 4.51
>
>
> Hi all
>
> I have just started using Weblogic 4.51 eval copy for creating EJB
> applications. There is a lot of documentation and I am finding myself
> very uncomfortable with it. Probably they are not neatly arranged? For
> example, I am looking for a "Developing, Deploying and Executing EJBs
> using Weblogic Server" tutorial, which will guide me through a step by
> step process to building a bean. I find it nowhere in the doc bundle.
> Probably I might have missed it. If you have the link to a tutorial
> which specifically concentrates on using weblogic server,  pl forward it
> to me.
>
> To be specific with the problem, I have written the classes (bean,
> remote and home for a simple stateless session bean), compiled it and
> then what? I am stuck here. The EJBDeployerWizard is also unintutive.  I
> referred to "Using the EJB Deployment Wizard" which only describes how
> to load existing Jars. It does not detail on how to create new
> jar/ser/whatever. I decided to try my hands dirty by using the
> deployment wizard (after all there are only a few menu options). I
> filled the New Descriptor dialog and then double clicked on the entry in
> the right panel. In the EJB class name field I filled my bean class name
> (hello.HelloBean). Unfortunately the wizard refuses to identify this
> class (the color is still red). I have set the system classpath in NT to
> point to this package dir. On a separate dos window, 'javap
> hello.HelloBean' works neatly. For whatever reasons the wizard refused
> to read the system classpath.
>
> I later ran "setenv.cmd" and tried to start the wizard myself using
> 'javaw -D classpath %CLASSPATH% weblogic.EJBDeployerWizard'. Ah! now it
> recognized the same class name. Now the 'Done' button of the last screen
> in the wizard refuses to work!
>
> Am I grossly missing something or is it the way world works?
>
> :-(
> shiv
> [EMAIL PROTECTED]
>
> BTW, when is version 5.0 scheduled to be released?
>
>
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
>
> ==================================================================
> =========
> 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".
>
> ==================================================================
> =========
> 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".
>

===========================================================================
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