Memcached: Sicherheit und Kommunikations-Overhead

Als Nachtrag zu dem Lightning Talk vom Samstag möchte ich noch auf diesen Artikel hinweisen, in dem Dustin Sallings, einer der Haupt-Kontributoren von memcached, auf die verschiedenen Möglichkeiten der Absicherung einer memcached-Instanz eingeht.

In einem anderen Artikel sagt Brad Fitzpatrick, der ursprüngliche Autor von memcached, auf Seite Zwei wörtlich: „Each Memcached instance is totally independent, and does not communicate with the others.“. Mit anderen Worten: Die Instanzen kommunizieren nicht mit einander, es ist also Aufgabe der Client-Library, die einzelnen Instanzen zu befragen.

Für weitere Fragen und Anmerkungen stehe ich natürlich gern zur Verfügung. Ich bedanke mich nochmals bei allen Zuhörern vom Samstag für die Aufmerksamkeit und hoffe, ich konnte einen groben Überblick geben.

Die Slides zum Talk sind auf dieser Seite des Wiki zu finden.

 

Software Freedom Day 2010

Die Java Usergroup Münster lädt zum Software Freedom Day 2010 ein.
In Zusammenarbeit mit der Google Technology Usergroup Münster und dem Warpzone e.V. verstanstalten wir in Münster den Software Freedom Day am 11. September 2010. Bei dem ganztägigen Event wird es Vorträge zu verschiedenen Themen, wie z.B. „Softwarepatente“, „Entwicklung mit freier Software“ und rund um Chancen und Einsatz von freier Software geben.

Neben den Vorträgen und Lightning-Talks wird es auch ausreichend Zeit für Diskussionen und gegenseitige Unterstützung bei „hands-on“ Aktivitäten geben.
weiterlesen

 

WJAX 2010: 15.-19. November

Die W-JAX ist die Konferenz für ganzheitliches technisches Know-how im Java- und Webumfeld. Das breite Themenspektrum der W-JAX bietet eine Fülle an Wissen, das benötigt wird, um komplexe Softwareentwicklungsprojekte effizienter und erfolgreicher zu realisieren. Es reicht von Java-Core-Themen über Entwicklungstechniken und Tools bis hin zu Architektur und agilen
Vorgehensweisen.
Neben Vorträgen zu technischen- und methodischen Themen gibt es auf der WJAX auch Gelegenheit zum Networking und Erfahrungsaustausch.

Das komplette Programmangebot ist unter www.jax.de ersichtlich.

 

SteelSeries Java Swing component library

Here we go again…

A few months ago i started a new project where i again focussed on gauges (i love that stuff). It took me some time because i only work on the project on my spare time (which is rare) but now i finished a first version of a little library that contains a lot of gauges for Java applications…

First of all i have to mention that this library was not meant to be a professional components library and should not be used on mission critical software. Means if you use the library it’s on your own risk !

I’ve never before created a component library and for me it was and is a great challenge to dive deeper into the Java universe…

But now let’s have some fun…

The library contains two general types of gauges, radial and linear ones and some little candy in the form of additional components like a Radar component etc.

I add some properties to the gauges that hopefuly will be useful for some of you.

Here is a short list of the most interesting features:

  • frameDesign (metal, shiny metal, blackmetal)
  • backgroundColor (dark gray, light gray, white, black, beige, red, green blue)
  • pointer/bar color (red, green, blue, yellow, orange)
  • a three colored track to visualize areas of special interest (e.g. a critical temperature range)
  • thresholdIndicator
  • blinking threshold led (red, green, blue, orange, yellow)
  • adjustable tickmarks
  • indicators for min. and max. measured values
  • auto reset to zero feature

It should be possible for you to create your own components out of these library and  if you’ll take a look at the source you will find components like Radial1Lcd, Radial2Lcd and Radial3Lcd where i used Netbeans matisse gui builder to create the component from the FrameCircular and DisplaySingle components.

So you should be able to check read the sourcecode of these components and see how i did it (the easiest way would be to use Netbeans to check the source).

But to give you a impression, let pictures speak… weiterlesen