« srpen 2005 »
PoÚtStČtSoNe
1
2
3
4
5
14
    
       
Today

Navigation

Speaker Profile
Roumen's Weblog
Login
Sun Bloggers
Technorati Profile

Am I popular?

Today's Page Hits: 252

Contacts

Name: Roman Strobl
E-mail: roman dot strobl
at sun dot com

NetBeans

Java Sites

Javalobby
The Server Side
Java Tips
Java Blogs
java.net
java.sun.com
java.cz

Blogs

NetBeans:
Geertjan
Brian Leonard
Gregg Sporar
Lukas Hasik
Ludovic Champenois
Vincent Brabant
Alexis Moussine-Pouchkine
Jullion-Ceccarelli
Tom Ball
Tim Boudreau
Jesse Glick
Petr Blaha
Ruth Kusterer
Jara Uhrik
xzajo
Jan Lahoda
James Branam
nbextras.org

Sun:
Kazem - bug cartoons ;-)
Tor Norbye
Romain Guy
James Gosling
Chief Gaming Officer
Bill Vass
Jim Grisanzio
Jonathan Schwartz

Planets:
Planet Netbeans
Planet Sun
Planet Eclipse

Other:
netbeans-blog.org
Joel Spolsky
Bruce Eckel

License info

Creative Commons License
This work is licensed under a Creative Commons License.

Recent Entries

Map of visits

Locations of visitors to this page
« Previous day (Aug 24, 2005) | Main | Next day (Aug 25, 2005) »
20050825 Čtvrtek srpen 25, 2005
What Will Be the Next Version of NetBeans?

What is your opinion?

http://www.netbeans.org/servlets/ReadMsg?list=nbusers&msgNo=57150

5.0, I think. At least if I take a look at this and that's not a complete list. There's Matisse, plug-in development support, new CVS, profiler, support for JBoss, Weblogic, Struts, JSF, new code completion, error stripe, editor hints, code templates, background scanning, many new refactorings, new Tools | Options, ant debugger, xml editor improvements, module manager, JSP and HTML palette... and other features I can't remember. Sounds rather like a major release to me.

Update: You can vote here. You already know my recommendation... don't forget that besides engineering reasons there are also marketing reasons.
Java Thinks My Workstation is a Server

Thanks to Yarda I have found out that my W2100z workstation is considered by Java as a server on Linux. I've looked into the NetBeans startup log and indeed:

  Java; VM; Vendor      = 1.5.0_04; Java HotSpot(TM) Server VM 1.5.0_04-b05; Sun Microsystems Inc.

I obviously qualify for the server criteria: I have 2 or more processors and 2 or more GB of memory on my workstation. So I've added the option -J-client to netbeans.conf and am curious if there is any noticable difference. According to the table I should not be able to start JVM in client mode on AMD64bit... but I can, at least according to the log. Hmm.
Code Templates in Dailies

Code Templates (aka live templates) were committed to trunk recently. Obviously this is not the most innovative feature to come with but one which is very useful. Code templates help you to write blocks of code easily, e.g. a for cycle. To invoke you can either use code completion (type in for and press Ctrl-Space) or abbreviations (type fori or forc and press Space).

You will also be able to define your own templates and we'll create a set of often used ones. More on this topic later on - once the functionality gets stabilized. Here's a screenshot:


As I've discussed in tram today with my colleague, editor features are important. Developers spend most of their time in editor so even small productivity boosts count.


    Disclaimer: The contents of my blog represent my personal opinions which may differ from official views of my employer, Sun Microsystems.