Meet a NetBeans Community Member: Michael Müller
Join the DZone community and get the full member experience.
Join For Free
besides that, the institute has other tasks, which are also mostly initiated by the german government and legislative branch. since all these are highly specialized tasks, unique and highly sophisticated software products are needed. this is a compelling and interesting challenge for michael and his colleagues. formerly he worked on laboratory information systems, in the healthcare domain, and in his own company, which focused on it consulting, education, software development, and hardware sales. part time, he works as a consultant and author.
nice to meet you, michael. what kinds of activities do you focus on in your daily work?
well, besides my tasks of project management, internal consulting, requirements engineering, and conceptual work, i'm happy to say that i still have time to develop software architecture and to code parts of our products.
and, when there is less official coding on the agenda, i'll code in my spare time and blog about my experiences, at http://blog.mueller-bruehl.de , which is hopefully valuable to my readers. the most popular part of the blog is my tutorial about web development with jsf.

my blog is just a portion of my spare time computer activities. in particular, i'm very involved with jsf and, since a few months, a member of the jsr-344 expert team. this takes some hours each week too and, hopefully, i'm able to contribute enough useful work to that team.
and, last but not least, i'm a husband and father! family and my work in the institute take priority. thus, as might be clear at this stage, readers of my blog sometimes need to wait a little for a new article...
underneath and supporting all these activities, you make use of netbeans ide. what's your history with netbeans ide?
i started using netbeans ide in my spare time, some month before i joined inek. at that time i had been using visual basic 6 and wanted to re-start with java. i tried java for the first time some years prior to that, using a simple editor in combination with the command line, and later via eclipse.
however, i first became really productive with java through using netbeans ide. it must have been netbeans ide 5 or netbeans ide 5.5 when i started using it. then, when i started at inek, i tried eclipse again. eclipse seemed to cover a broader range of tools and programming languages, though it needed a lot of configuration. meanwhile, netbeans ide came along with a strong focus on java and better integration of the related tools.
especially when starting java ee development, netbeans ide offered everything we needed at inek right out of the box, without any complicated configuration at all. thus, the decision was easy and clear. ever since then, netbeans ide has really been improving from release to release.
at the same time, while using them, you've been blogging a lot about netbeans ide and java ee. what are the key ways you have found netbeans ide being useful for developing java ee applications?
here are the main advantages from my point of view.
- out of the box features. as stated above, it is very easy to use netbeans ide out of the box for java ee development. the java ee version is bundled with tomcat and glassfish. formerly, i used tomcat, but starting with java ee 6, i switched to glassfish. of course, lots of other java ee features are supported by netbeans ide and they are supported by other ides too. thus the main reason had been the ease of use and the completeness of the out of the box experience.
-
range and depth of tools.
netbeans ide includes a lot of wizards to create projects, to add specialized classes, and to refactor code. it offers code inspection, hints, code completion and many more "little helpers" to improve productivity. in other words, it supports a very productive software development environment. other ides offer more or less similar features too, though in my perception the netbeans ide wizards are a bit more sophisticated compared to other ides, eclipse for example.
- early adoption of java technologies. netbeans ide tends to be the first ide to support java technologies, such as java ee 6 and javafx 2.0. unfortunately, though, i have only found limited time for basic testing of javafx in netbeans ide. however, javafx offers a lot of interesting concepts and seems to interact very well with web applications. it might become a favorite feature of mine within a few months!
all in all, though, there is one aspect of netbeans ide that i really love—besides the product features—if i discover and report a bug or if i file an enhancement in netbeans issuezilla, i usually get a very quick response. bugs are resolved quickly and a couple of my suggested enhancements have been implemented. the netbeans team does a really good job.
aside from twittering and blogging, are you doing other things to promote netbeans ide?
of course. i love to play ping-pong with my colleagues during lunch break. and sometimes, i wear my netbeans t-shirt for this! but, joking aside, these are the promotional activities i am involved in around netbeans ide:
- netcat. i participate in the netcat community testing programs . this doesn't really fit under the heading "promotion", but hopefully helps the ide to reach a higher quality level from release to release.
- articles. when netbeans ide 7.1 was released, i wrote an article that was published in the german ix magazine. moreover, i use netbeans ide for all my articles, talks, and education.
- book reviews. frequently, i read technical books and write reviews. i love to choose books about netbeans ide. you can visit my site http://it-rezension.de and search for "netbeans". my reviews are mostly written in german but maybe, one day, an english magazine will be interested too!
what new features or enhancements would you like netbeans to have in the future?
- first of all, netbeans ide should continue supporting the latest java ee technologies. when netbeans ide 7.3 is released, java ee 7 won't be finished. as per the current roadmap, the next version of netbeans ide is scheduled for the end of this year. therefore, i hope there will be a version in between, supporting java ee 7. i heard some rumors already saying that this will be the case.
- when project woodsock died, i wanted a designer for jsf pages back. the matisse gui builder in netbeans ide is really cool. i believe that a designer for javafx guis, maybe on top of an fxml-file, could be created with similar quality. i'd certainly like to use such an editor.
- and finally, i'd like some uml and soa support integrated back into the ide, especially a bpel editor.
anything else you'd like to share?
when i published my article about netbeans ide 7.1, some guys at the local cologne java user group were surprised because, in their eyes, there was nothing outside of eclipse (and rarely intellij).
some years before i became successful with netbeans ide, i briefly tried an early netbeans ide version... and stopped using it very quickly. today i'm really happy that i gave netbeans ide a second chance. therefore, i tell all these guys to give netbeans ide a second chance too. it really improved a lot and is a great system today, used by well known and capable people in the java universe.
finally, earlier i mentioned the great work being done by the netbeans team. and that was only part of the truth. as an open source project, there are many contributors outside the core netbeans team, performing a good job too. for myself, i thought about contributing source too, but i never did, because i preferred to concentrate on jsf. note, by the way, that ed burns, the jsf spec lead, is one of the people who love netbeans ide too. and that is because... it is an amazing product today.
to the netbeans team and all those contributors i'd just like to say: "thank you!"
Opinions expressed by DZone contributors are their own.
Trending
-
Building the World's Most Resilient To-Do List Application With Node.js, K8s, and Distributed SQL
-
What Is JHipster?
-
Rule-Based Prompts: How To Streamline Error Handling and Boost Team Efficiency With ChatGPT
-
Understanding Data Compaction in 3 Minutes
Comments