Day: October 22, 2007

WSC: our Team in Australia

Here are some Links about our Solar car racing team that is currently taking part at the 20th world solar challenge from Darwin to Adlaide! More infos about SolarWorld No1. The official Blog and the webblog of Ralf Zweering with some additional pictures. And there is even a headline at heise.de! I wish our team

Subversion – how to do?

Ich wollte grad versuchen mein bisherigen Projekt auf den innoQ subversion server zu schieben. Allerdings hat es bisher noch nicht so funktioniert. Weder http://www.innoq.com/secure noch https://www.innoq.com (nach dem wiki sollte das ja nach innoq.de weitergeleitet werden) noch https://www.innoq.de/secure gingen. Bei letzterem kam allerdings ein authentification error. Vielleicht kann mir ja jemand einen Tipp geben.

erster Eintrag erstellt!

Mittlerweile konnte ich jetzt auch schon den ersten Eintrag erstellen. Das ganze schaut noch recht umständlich aus, weil noch so gar keine Frontends existieren: public String addEntry(){ User recipient = (User)em.find(User.class, 3); Entry important = new Entry(); Calendar cal = Calendar.getInstance(); cal.set(2007, 12, 15); Date end = (Date) cal.getTime(); important.setSender(user); important.setRecipient(recipient); important.setPriority(1); important.setStatus(10); important.setTitle(“start with

JPA YEEHA!

Besser später als nie, hier also dann mal – nach laaaanger Zeit mal wieder – mein aktueller Status. Mittlerweile bin ich ein ganzes Stück weiter und so fange ich sogar an, dem ganzen System von Persistence etwas abgewinnen zu können. Einzig die Frage bleibt, wieso JPA per default partout alle Feldnamen als groß schreibt. Naja