Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Visual Composition for Java / AWT / Swing

Very good,

But does this VCE will be free or not ?
Because it is expensive to buy a complete IDE for a simple plug in !!

Thanks for your answers

Regards

Demez Christophe
LDS



                                                                                                                                                    
                    "Tim Ellison"                                                                                                                   
                    <Tim_Ellison@xxxxxx        To:     eclipse-dev@xxxxxxxxxxx                                                                      
                    .com>                      cc:                                                                                                  
                    Sent by:                   Subject:     Re: [eclipse-dev] Visual Composition for Java / AWT / Swing                             
                    eclipse-dev-admin@e                                                                                                             
                    clipse.org                                                                                                                      
                                                                                                                                                    
                                                                                                                                                    
                    12/13/01 01:56 PM                                                                                                               
                    Please respond to                                                                                                               
                    eclipse-dev                                                                                                                     
                                                                                                                                                    
                                                                                                                                                    



> While the VCM team is not ready to talk about development status, they
are
> interested in your thoughts/requirements.

Of course, John meant the "VCE team".  The VCM team are *always* ready to
talk <g>

Regards,
Tim




John Kellerman/Raleigh/IBM@IBMUS
Sent by: eclipse-dev-admin@xxxxxxxxxxx
2001-12-12 10:49 PM
Please respond to eclipse-dev


        To:     eclipse-dev@xxxxxxxxxxx
        cc:
        Subject:        Re: [eclipse-dev] Visual Composition for Java / AWT
/ Swing





IBM is building a VCE feature for a future release of WebSphere Studio
Application Developer (WSAD).  Availablility is currently 2H 2002.  Given
that VCE is a WSAD feature and not part of Eclipse,  please use the WSAD
newsgroup at
news://news.software.ibm.com/ibm.software.websphere.studio.application-site-developer.


 While the VCM team is not ready to talk about development status, they
are interested in your thoughts/requirements.

John Kellerman
Product Manager, WebSphere Studio Workbench
OTI - Research Triangle Park, NC
kellrman@xxxxxxxxxx
919 254 4194, fax: 919 254 4183

----- Forwarded by John Kellerman/Raleigh/IBM on 12/12/2001 02:57 PM -----


Christophe.Demez@xxxxxxxxxxxx
Sent by: eclipse-dev-admin@xxxxxxxxxxx

12/12/2001 11:23 AM
Please respond to eclipse-dev


        To:        eclipse-dev@xxxxxxxxxxx
        cc:
        Subject:        Re: [eclipse-dev] Visual Composition for Java /
AWT / Swing





Thanks a lot,

But do you know when this VCE (Visual Composition environment) will be
available ?
Have you an idea, information about the development status of this tool
???

Regards

Demez Christophe
LDS

                    Eric Clayberg
                   <clayberg@instantia        To:
eclipse-dev@xxxxxxxxxxx
                   tions.com>                 cc:
                   Sent by:                   Subject:     Re:
[eclipse-dev] Visual Composition for Java / AWT / Swing
                   eclipse-dev-admin@e
                   clipse.org


                    12/10/01 08:47 PM
                   Please respond to
                   eclipse-dev





Demez,

>Can you tell me if Eclipse has a Visual Composition environment like in
>Visual Age ?
>
>We actually use Visual Age, but without GUI Visual Composition we cannot
>use Eclipse : (((
>
>I have use it a little bit and sounds very very very good, easy to use
>...congratulation for this cool IDE

Eclipse does not have one yet, but IBM is working on a VCE tool for
Eclipse

(or WSAD?) that should come out next year.

In the mean time, if you need access to a VCE within Eclipse now, you
should take a look at the "VCE Bridge" feature that is part of CodePro
Studio...

         http://www.instantiations.com/codepro/ws/docs/

The VCE Bridge feature allows you to access the VA Java VCE from within
WSAD or Eclipse by simply clicking on a class or compilation unit and
selecting the "Edit GUI" command. Technically, this involves quite a bit
of

cooperative magic between Eclipse and VA Java.

1) If VA Java isn't running, Eclipse will start it up in "slave mode"
- any version of VA Java will do, so you could install VA Java Entry for
this purpose alone
- VA Assist needs to be installed in VA Java for all of the VA Java pieces
to work. VA Assist should be configured to point to your Eclipse/WSAD root
directory

2) Once started, a bi-directional socket connection is established between
VA Java and Eclipse
- if VAJ was already running, it will establish communications with that
VA

Java instance

3) Eclipse sends the code for the class to VA Java

4) The VA Java VCE opens up on the code
- the layout info is retrieved from the class's getBuilderData() method

5) You edit the class using the normal VCE tools
- you are limited to widgets known to VA Java 3.x/4.x (and JDK 1.2.2
features)
- the tool is presented "standalone" and doesn't provide access to any
other VA Java facilities/browsers

6) When you are done editing, the new code is generated and sent back over
to Eclipse

7) If you click on the VCE run or debug buttons, the code will be
generated, sent to Eclipse and then run in that context

8) When Eclipse shuts down, it will automatically shutdown VA Java as well

The obvious limitation here is that you are limited to JDK 1.2.2 features.
Since this facility is meant to "bridge" folks from VA Java into
Eclipse/WSAD until the corresponding Eclipse facility is released, it
should be viewed as short term and tactical in nature. Once an
Eclipse/WSAD

native VCE is released, you would no longer need to use this VCE Bridge
feature.

Regards,

-Eric Clayberg
 Sr. Vice President of Product Development
 Instantiations, Inc.
 503-612-9337 Sales
 503-612-9499 Fax
 http://www.instantiations.com

  Support:   mailto:cpsws-support@xxxxxxxxxxxxxxxxxx
 CPS/WS: http://www.instantiations.com/codepro/ws/
 VA Assist: http://www.instantiations.com/assist/
 jFactor:     http://www.instantiations.com/jFactor/

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev




_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev



_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev






Back to the top