Paul Tuckfield,MySQL DBA bei YouTube über seine Erfahrungen mit MySQL:
Category: Dev
Wechsel zu Netbeans 6
Gestern hab ich meine Java IDE Netbeans 5.5 durch die frische final Version von Netbeans6 ersetzt. Ich dachte es wäre ein leichtes Update mit einmal installieren und fertig – war aber dann schlussendlich nicht ganz so einfach. Grundsätzlich kommt Netbeans6 in schönen Installer Packages daher, wo ich mir gleich die All-Inclusive Version mit allen Zusatzmodulen geladen hab. Vorher noch NB5.5 und alle vorhanden Module deinstalliert und danach den umgekehrten Weg mit der neuen Version. Trotz das es auf der Downloadseite so gekennzeichnet war, ist Tomcat nicht im Bundle enthalten und muss seperat installiert und in NB als Server hinzugefügt werden. Standard Servlet Engine ist nun Glassfish2. Leider fehlt auch der Sun App Server aus dem Enterprise Package und muss ebenfalls seperat nach installiert werden. Da sich für mich alle Deployment Server geändert haben, musste ich sämtlichen Projekte ihre neuen Server zuweisen.
Was dagegen erfreulich einfach – wie in der letzen Version auch schon – funktionierte ist die Installation des WTK und Mobility Packs für J2ME Applikation (sehr interessant: Mobile Game Builder). Auch die ganz neue Ruby Unterstüzung ist schon fertig betriebsbereit und liefert als Beispiel “Das Depot” aus Agile Web Development with Rails, 2nd Edition mit.
Ajax Frameworks Roundup
In the past week some popular Ajax/JS Frameworks released new milestones. Here’s a litte summary of what happened:
- ZK 3.0 & ZK Mobile 0.8.7
- Dojo 1.0
- Prototype 1.6 & script.aculo.us 1.8
ZK 3.0 RC Released
ZK Mobile 0.8.7
Prototype 1.6.0, script.aculo.us 1.8.0, and the Bungee book now available
script.aculo.us 1.8, Prototype 1.6 and the Book released!
especially noteworthly is the new prototype plugin directory called scripteka
Gehversuche mit Zend Studio Neon
Mit dem Zend Studio allgemein hatte ich ja immer meine kleinen Problemchen. Zend preiste ihr Produkt zwar ständig als die IDE für php Projekte an, doch bei mir hat das Zend Studio nie lange Platz auf meiner Festplatte gefunden. Offenbar ging es nicht nur mir so und Zend hat darauf reagiert und sein neues Zend Studio Neon komplett auf Eclipse Basis umgesetzt.
Der erste Eindruck ist bei mir schon mal recht positiv ausgefallen: alle Features die man von einer modernen IDE erwarten kann sind sauber umgesetzt worden. Aus alten Zend Studio Version bekannt ist wieder der interne php Debugger dabei, der aber im Neon besser in der IDE eingebettet ist. Generell hat man das Design Konzept der alten Studio Versionen verworfen und auf Eclipse typische Fensteraufteilung gesetzt. Was mich besonders freut ist die Zend Framework Integration und die Profiler View. Das Zend Framework, für alle dies noch nicht wissen, ist die php Antwort auf MVC. Dabei ist das Zend Framwork (gibt erst seit Sommer Version 1.0) das derzeit wohl am meisten ausgereifte MVC Framework in php, weit vor cakephp und auch sogar symphony. Darum wird es auch in Zukunft bei mir mehr zum Einsatz kommen, gemeinsam mit dem neuen Zend Studio Neon.
ExtJS Tryout
Ich war eigentlich schon lange auf der Suche nach einer schlanken webbasierten PM bzw. einer einfachen Task Verwaltung. Ich hatte es mal mit basecamp probiert – zu komplex und grausliche Bedienung; dann hab ich mir selber was gebastelt, was in meiner Liste der angefangenen und nie fertig gestellten Dinge eine schönen Platz findet.
Da Fabian schon länger von extjs schwärmt und ich es auch endlich mal gründlichst testen wollte, hab ich mir heute dafür etwas Zeit genommen. Und siehe da, oh wunderbarer Zufall, in den extjs Beispielen eine tolle, simple und genau für meine Zwecke passende Task Verwaltungs Applikation. Funkt dank Google Gears auch offline, also was will man mehr!
Ext selber macht auch einen schönen Eindruck auf mich. Ist um einiges schlanker und komfortabler zum handlen als Dojo hat aber auch ähnlich ansprechende Features.
Prototype 1.6.0 RC1
The first RC of prototype 1.6.0, the javascript Framework of my choice, is here with a bunch of exiting new features:
- new Event System including custom Events
- responseJSON method for Ajax Request to parse JSON String
- in general better support for JSON as Ajax transport method
- new DOM Mehtods for creating DOM Elements; Insertion and Positiona are deprecated
- Template Engine
- implementing of Javascript 1.6 features, eg. Array.indexOf is now nativly supported
- ….
For more Infos read the Changelog or Sam’s announcment at the prototype blog.
I read something about the idea of a so called lifestream in the adactio blog. Basically it is just a RSS Mashup with any feeds related to yourself. For example I have used some of my blogs and my del.ici.ous feed for it. And voliá, after a little bit of coding and a lot of css quirks my lifestream is now online.
To compare my work to others, you may have a look at the streams of Jeff Croft and Jeremy Keith.
Mindstorm Alpha
Last few days I have been working on a new small web applikation which is called mindstorm (hopefully lego won’t get angry cause their robotic building kit is called mindstormS). It is technically based on my openKE Framework and uses some Features like the Tagging System of it. Basically what you can do on mindstorm is to share ideas and opinions in the easiest way. There is no registration needed and synchronous and asynchronous working is posible.
Just looking forward to some people who just play arround with the appliaction and then tell me about bugs etc.
Multiple Tag Typeahead
Autocomplete or Typeahead is one of the most common Ajax Patterns. For my example I am using the script aculo us libary respectively the ajax-autocomplete control. The goal of this small tutorial is to create an type ahead mechnism for multiple tags in one input field. The problem with the basic feature of the autocomplet controller of script aculo us is, that it only handles the value of an element as input string (not only a part of it as we need it for this solution). But we want the user to be able to enter several tags and use the autocomplete feature ONLY for the last entered tag. Here is a screen of what the final solution will look like:
onsite widget v0.1
I created a little app to display a tool window on any website you want. The small widget is based on the great prototype window class by Sébastien Gruhier. I just made it work within a website with a little dirty iframe hack. You can see my work in action here. The very cool thing about this widget is, that it stays on top when your are navigation through a specific site.
This is just a proof of concept release. I will implement soon some improvments, flexibility in the code – maybe port it do java/jsp – and add some demo application that can be used with this widget. I will provide a download soon, so please don’t copy the stuff (source code is mostly viewable) right now.