• Home
  • Company Site
  • GitHub
  • XING
  • Facebook
  • LinkedIn

Galileo-Videotraining Einstieg in Java und twitter4j

  • Edit
  • Delete
  • Tags
  • Autopost

Im Videotraining Einstieg in Java wird als Projekt ein Twitter-Client unter Verwendung der twitter4j Bibliothek erstellt. Als ich das Training im November 2010 aufgenommen habe war die aktuelle Version 2.1.7-SNAPSHOT. Leider wird diese Version nicht mehr wie im Video...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Deleting lots of tables in SQL Server

  • Edit
  • Delete
  • Tags
  • Autopost

Today I had to drop 2.604 tables from an SQL Server database… too much to tell the customer to “do it by hand” using Management Studio ;–) So here is a little SQL to query tables and drop them in a batch: -- Temporary table to hold a list of tables to drop create...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Single or Double Quotation Marks in Groovy

  • Edit
  • Delete
  • Tags
  • Autopost

In Groovy you can choose between single quotation marks ' or double quotation marks " to represent a string. As opposed to Java, where single quotation marks denote a single character and double quotation marks denote a string. Groovy provides groovy.lang.GString which...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Securing Oracle Listener

  • Edit
  • Delete
  • Tags
  • Autopost

When an Oracle database is deployed on an internet host, you can use Oracle’s builtin security options to allow access only from certain clients. In this case I didn’t want to setup complex firewall rules or use a SSH tunnel. Add the following settings to $TNS_ADMIN...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Show actual git branch in prompt

  • Edit
  • Delete
  • Tags
  • Autopost

To show the actual git branch of a project when you are in bash put the following function into your profile (e.g. .bash_profile): get_git_branch() { local br=$(git branch 2> /dev/null | grep "*" | sed 's/* //g') [ -n "$br" ] && echo " @$br" } and set your...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Using Oracle LogMiner

  • Edit
  • Delete
  • Tags
  • Autopost

I just gave an Oracle backup & recovery workshop for a customer, talking about Oracle in general, DataPump and Recovery Manager (RMAN). At the end we came across LogMiner to find a certain SCN of a DDL statement. As I did not use LogMiner for a while, lets review this...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Installing Java 6 and GlassFish 3.1 on FreeBSD 8

  • Edit
  • Delete
  • Tags
  • Autopost

I’m in the process of creating a HA cluster based on FreeBSD, GEOM, HAST and ZFS. For our customers we need Java and GlassFish as well. The servers are set up with FreeBSD 8.2. Installing Oracle JDK 1.6 You need to download several files manually as licenses must be...

read more →
  • 2 responses
  • Like
  • Comment
Tweet

How to Install MySQL 5.5 on Mac OS X

  • Edit
  • Delete
  • Tags
  • Autopost

Short tutorial on how to install MySQL 5.5 on Mac OS X 10.6. Point your browser to the MySQL download page and download the “Mac OS X 10.6 64-bit DMG-Archive”. The DMG (Disk IMage) may open automatically depending on your configuration. If it does not, double-click it...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Set JVM Options for IntelliJ on Mac OS X

  • Edit
  • Delete
  • Tags
  • Autopost

To tune IntelliJ’s settings when starting the Java virtual machine, go to /Applications/IntelliJ IDEA 10.app/Contents and edit Info.plist: $ sudo bash # cd /Applications/IntelliJ IDEA 10.app/Contents # vi Info.plist Look for VMOptions and put the right options...

read more →
  • 0 responses
  • Like
  • Comment
Tweet
« Previous 1 2 3 4 5 6 7 Next »
Posterous theme by Cory Watilo

Ralf Bensmann

Ralf Bensmann

Software Architect, Trainer, Author
Java Standard and Enterprise Edition
Clojure, Groovy & Grails
OpenOffice, LibreOffice

TwitterTwitterTwitter

Java

  • OTN
  • Java 7
  • JCP

Java Resources

  • Java ist auch eine Insel
  • Javapedia
  • Javapedia Books
  • Java Programming

Groovy

  • Homepage
  • Grails
  • Griffon

Clojure

  • Homepage
  • Assembla
  • GitHub
  • Contrib Library
  • Leiningen

Clojure Resources

  • ClojureDocs
  • Learning Clojure
  • Clojure Programming
  • on SlideShare
  • on blip.tv

Subscribe...

Subscribe to this Posterous
Unsubscribe
Subscribe via RSS
You're a contributor here (Edit)
This is your Space (Edit)
Follow by email »
Get the latest updates in your email box automatically.

Archive

2012 (3)
May (2)
April (1)
2011 (43)
September (2)
July (3)
May (1)
April (2)
March (6)
February (13)
January (16)
2010 (34)
December (4)
November (1)
October (12)
September (3)
August (13)
July (1)

Tags

  • Groovy (14)
  • Oracle (13)
  • Java (11)
  • Clojure (5)
  • OpenOffice (4)
  • RAC (4)
  • Emacs (3)
  • Linux (3)
  • Mac OS X (3)
  • Meta Object Protocol (3)
  • View all 40 tags »
  • Parallel Programming (3)
  • Performance (3)
  • Solaris (3)
  • OpenFiler (2)
  • RAID (2)
  • SQL Server (2)
  • iSCSI (2)
  • Amazon (1)
  • Apache Camel (1)
  • Apple (1)
  • Backup & Recovery (1)
  • Backup & Recovery (1)
  • CIFS (1)
  • FreeBSD (1)
  • Galileo (1)
  • Git (1)
  • GlassFish (1)
  • Haskell (1)
  • IntelliJ (1)
  • Life (1)
  • LogMiner (1)
  • MySQL (1)
  • Objective-C (1)
  • PHP (1)
  • SQL*Plus (1)
  • Shell (1)
  • Videotraining (1)
  • VirtualBox (1)
  • XML (1)
  • XMPP (1)