Freitag, 14. Dezember 2007
Groovy again
Groovy 1.5 ist out. It’s grooviest thing on earth. Far beyond the Grandfather of Funk himself, if you believe to the rumours and the ‘press’. Wow! It’s sooo groooovy and you really feel groovy if you’re elected to work with it.
I had some looks at groovy again and again since years. In theory it’s cool and I have many ideas where to use it. I developed some really groovy things in the past two weeks and I wanted to report about them here. But I only feel groovy when thinking about groovy. In theory.
Pratically I hate groovy, because I spend to much time on it, trying to run stupid unit tests in eclipse. The Eclipse Groovy plugin is shockingly terrible. At least it does not even compile my Groovy classes. Argh! Renaming a package which is used in a Groovy class crashes the whole IDE.
Much wasted time.
Yes, groovy could be groovy, if there were a reasenable tooling we can use. (I have to stick with Eclipse.)
I hope I can report something positive soon.
I had some looks at groovy again and again since years. In theory it’s cool and I have many ideas where to use it. I developed some really groovy things in the past two weeks and I wanted to report about them here. But I only feel groovy when thinking about groovy. In theory.
Pratically I hate groovy, because I spend to much time on it, trying to run stupid unit tests in eclipse. The Eclipse Groovy plugin is shockingly terrible. At least it does not even compile my Groovy classes. Argh! Renaming a package which is used in a Groovy class crashes the whole IDE.
Yes, groovy could be groovy, if there were a reasenable tooling we can use. (I have to stick with Eclipse.)
I hope I can report something positive soon.
Mittwoch, 12. Dezember 2007
Blogroll / Springify
Our blogroll took a little refresh. I moved out some links, where nothing happened for a longer time and introduced a new link to our workmate and Spring Framework Guru Nils Wloka. He’s running the little Spring related blog “Springify”.
I think there is some work left to do about our blogroll.
I think there is some work left to do about our blogroll.
Geschrieben von Jörg
in Internet, Softwaretechnik
um
08:39
| Kommentare (0)
| Trackbacks (0)
Tags für diesen Artikel: myndian.de, spring framework
Dienstag, 20. November 2007
3644 views in one empty ORACLE database
No, that is not a joke! An empty ORACLE 10g database has 3644 views. There are 49441 objects at all in an empty database. Crazy.
Mittwoch, 31. Oktober 2007
last language war language trolling
Mittwoch, 11. Juli 2007
Drop all tables
We tried to deploy an application to a customer’s test system yesterday and needed to clean up the full database. We agreed before that they have to delete the schema and the user with all table etc. but they missed to notify their ORACLE adminstrators. We had only the permissions to work in, but not with the schema. So how to drop a few hundred tables?
DROP TABLE * CASCADE CONSTRAINTS!?
No. No such statement is possible. The solution of my workmate was a little funny:
DROP TABLE * CASCADE CONSTRAINTS!?
No. No such statement is possible. The solution of my workmate was a little funny:
- Open ORACLE SQL Developer and connect to the database / schema.
- Mark all tables to delete.
- Choose “edit / copy full path” from the applications menu.
- Paste the stuff into the script editor. You get something like “TABLE MySchema.MyTable@MyDb”.
- Open Search/replace and replace “TABLE MySchema” with “DROP TABLE MySchema”.
- Replace also “@MyDb” with “ CASCADE CONSTRAINTS;”.
- Run the script.

« vorherige Seite
(Seite 3 von 7, insgesamt 31 Einträge)
» nächste Seite


Jörg bei Twitter

