Archive

Archive for July, 2006

NetBeans IDE / BlueJ Edition — it’s here

July 27th, 2006
Comments Off

Netbeans-Bluej-Logo

The NetBeans IDE / BlueJ Edition, which I wrote about in an earlier post, has now been officially released. You can download it from the NetBeans web site.

This environment gives you a great option for your second IDE, once BlueJ becomes too small for you and you’re ready for the serious stuff.

Once you’re in NetBeans, try out Matisse, the new NetBeans GUI builder. It’s nice. Believe me, worth a look.

Report post

mik BlueJ, Software Tools ,

Is Java on the way out (of teaching, anyway)?

July 25th, 2006

Java has undoubtedly been the most popular language of the last decade.

It has taken over large parts of the educational and professional sector. It is its use as a language for programming teaching that I want to talk about today.

Java has been dominating introductory programming teaching at universities for years now. But is it time to throw it out?

Read more…

Report post

mik Java, Teaching ,

What does a BlueJ Look Like?

July 25th, 2006

Bluej-Body

Many of you will have seen the icon we use for the BlueJ project: the head of a Bluejay.

But what does the rest of the bird look like? My daughter (Feena, 6) provides an answer.

Read more…

Report post

mik BlueJ, Miscellaneous

BlueJ To NetBeans — The Next Step

July 24th, 2006

Some of you have heard that the BlueJ team is working with the NetBeans folks on the “NetBeans IDE / BlueJ Edition”. Some clarification may be in order: what is it, and – as importantly – what is it not?

Bjtonb

Read more…

Report post

mik BlueJ, Software Tools ,

To complete or not to complete

July 22nd, 2006

Complete
Some thoughts on auto-completion and auto-formatting.
At the BlueJ team, we regularly get requests for new features. Two of the most requested features are auto-completion (of method names, imports and fields) and auto-formatting (a.k.a. “pretty-printing”) of code.

We have had these discussion since the very first release of BlueJ. So far, I have always refused to include these features. Is it time to re-think?

Read more…

Report post

mik BlueJ, Software Tools, Teaching , ,

BlueJ Gets Teamwork Support

July 21st, 2006

three BlueJsSo, I promised some updates on BlueJ development plans. Let’s see whether I can keep my good intentions at least for a day, and tell you something about what’s going on.

The most interesting new bit of functionality that we are working on for BlueJ is team work support. When this is done, student teams should be able to cooperate easily by using BlueJ.

Read more…

Report post

mik BlueJ ,

What’s happening with BlueJ?

July 21st, 2006

Some people occasionally ask what we are planning to add or change with BlueJ in the near future.

Currently, we have no channel for sharing this information, so I might try to use this blog to keep interested people up to date and, at the same time, possibly get your feedback and ideas about what we are doing or should be doing.

Read more…

Report post

mik BlueJ

What’s wrong with syntax colouring?

July 1st, 2006

Syntax colouring – the annotation of source code with different colours for keywords and other syntactic tokens – has become standard in just about all development environments. Yet, it often does not make sense.

I don’t mean to say that it does not make sense at all to use colour to annotate source code. On the contrary. What I am saying is that almost all syntax colouring systems colour the wrong things.

Read more…

Report post

mik Programming, Software Tools, Teaching , , ,

Protected by Akismet. Blog with WordPress.
The views expressed in this blog are not necessarily those of the University of Kent. Conditions of Use and Guidelines | blogs.kent