| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 16 Jan 2026 18:25:44 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070724055905
location: https://web.archive.org/web/20070724055905/https://blueclipse.dev.java.net/
server-timing: captures_list;dur=0.632363, exclusion.robots;dur=0.039549, exclusion.robots.policy;dur=0.028892, esindex;dur=0.011116, cdx.remote;dur=29.159555, LoadShardBlock;dur=404.290330, PetaboxLoader3.datanode;dur=240.822734, PetaboxLoader3.resolve;dur=38.296926
x-app-server: wwwb-app223-dc8
x-ts: 302
x-tr: 462
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 16 Jan 2026 18:25:45 GMT
content-type: text/html;charset=UTF-8
x-archive-orig-date: Tue, 24 Jul 2007 05:59:05 GMT
x-archive-orig-server: Apache
x-archive-orig-x-powered-by: Servlet 2.4; JBoss-4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)/Tomcat-5.5
x-archive-orig-pragma:
x-archive-orig-cache-control: private,max-age=0,must-revalidate
x-archive-orig-helmloginid: guest
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 24 Jul 2007 05:59:05 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: IA-AROUND-THE-WORLD-2007-20070724050317-20018-crawling06-c/IA-AROUND-THE-WORLD-2007-20070724055522-08139-crawling01.us.archive.org.arc.gz
server-timing: captures_list;dur=0.469551, exclusion.robots;dur=0.017963, exclusion.robots.policy;dur=0.007696, esindex;dur=0.008617, cdx.remote;dur=5.790026, LoadShardBlock;dur=241.684000, PetaboxLoader3.datanode;dur=251.036605, PetaboxLoader3.resolve;dur=267.006949, load_resource;dur=307.758499
x-app-server: wwwb-app223-dc8
x-ts: 200
x-tr: 601
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
blueclipse: JotAzul Blueclipse Plug-in
|
blueclipse
|
| Summary | JotAzul BluEclipse - Objects First on Eclipse ! |
|---|---|
| Categories | None |
| License | GNU General Public License (GPL v. 2.0) |
| Owner(s) | morgade |
JotAzul Blueclipse Plug-in
Objects First on Eclipse ! JotAzul Blueclipse Plug-in integrates the
powerful Eclipse SDK
and the JotAzul IDE.
It creates an unique environment where you can program your classes
using the Eclipse JDT and then create
and interact with your objects just pointing and clicking using an object viewer.
Requirements
Just the Eclipse SDK 3.1 (or ...)By now, the plug-in was only tested on version 3.1M4, but should work on any 3.1 version or higher (and maybe in 3.0 too). Who wanna be a tester ??
Download
Download Nightly Build (June 19, 2005) Experimental, but fully usableTo install extract the file into your eclipse directory and restart eclipse
Usability
The plug-in can be used as a tool to:- Help teatchers and newbies in the OOP world using the Objects First approach
- Do online and interactive tests with objects of your application and generate test-code
- Create code-reliable object diagrams
- Eclipse scripting !
Features
Interactive object creation
You can instantiate your own classes or classes into your project classpath with Blueclipse and see visual references in a new view. No main method required ! The JotAzul View displays the object graph, containig the state of objects and the connections between them ( by composition, arrays, or associated in Maps and Collections ). The objects are really there !Click to enlarge
You can save JPEG snapshots of the diagram directly into a folder of your project. You can also print the diagram directly from the JotAzul View.
The graphics are generated directly from the SWT API. The execution of code is fully based on Java Reflection API and the JavaBeans member naming pattern specification. This means high graphics performance and no third party libraries required. The code of objects will run directly on the Eclipse VM. It means that the code runs faster and that you can scripting Eclipse ! Just create a class that make use of the Eclipse SDK API, instantiate it and call a method ! But, it also means that a method in your class calling System.exit() will kill Eclipse ! (This kind of issue will be controlled just using a SecurityManager for your code.)
Interactive object manipulation
You can point and click objects in the diagram to invoke methods and modify field values. The Blueclipse Console supports objects use of System.in and System.out. Objects from diagram can be used as method parameters. Method return values can be capturated to the diagram.Click to enlarge
Code of the classes are really running ! (Try to create a java.awt.Frame and call the show() method and the frame will pop-up from Eclipse).
Exceptions throwed by objects are write in the Java Stack Trace Console, making it easy to debug your code.
Static methods and fields can also be manipulated.
Interaction code generation
You can record interaction with objects and Blueclipse will generate a class in you project with the code generated by this interactions.Click to enlarge
| Powered by CollabNet | Feedback |
FAQ |
Press |
Developer tools
© 1995 - 2007 CollabNet. CollabNet is a registered trademark of CollabNet, Inc. |
