Archiv der Kategorie: Work

Sun Academic Initiative | TU-Vienna

In my last two posts, I talked about how you can find the right websites to get a Sun Certificate. On the Prometric Website if you select Sun Mircrosystem you will have two choices: the SUN Academic Initiative (212) and … Weiterlesen

Veröffentlicht unter Certificates, Java, Misc, Work | Kommentar hinterlassen

Java Certificates Prices

In my last post I tried to find out how much Java Certificates do cost in Vienna but I couldn’t find the right information on the WIFI-Website. So I called the WIFI’s IT-Center on last Monday and they gave me … Weiterlesen

Veröffentlicht unter Certificates, Java, Misc, Work | Kommentar hinterlassen

Java Certificates Overview

In the post about my last IBM course I wrote a bit about the lecture’s consulting job. He told me how his life looks if he isn’t busy on teaching some courses to other it-people and that’s the topic of … Weiterlesen

Veröffentlicht unter Certificates, Java, Misc, Work | Kommentar hinterlassen

IBM WAS v6 Advanced Administration | Course Sum Up

Today I completed my second IBM Websphere Application Server course. The course’s topic was the advanced administration of IBM’s Application-Server. Regretful I have to say that I didn’t learned anything new L. The course’s content was almost the same as … Weiterlesen

Veröffentlicht unter IBM, Misc, Websphere, Work | Kommentar hinterlassen

Enterprise Java Beans

Wieder verwendbare Software Komponenten EJBs Kapseln Anwendungslogik Verfügen über keine Darstellungskomponente Der Einsatz von EJBs lohnt sich erst ab mittelgroßen Systemen bei der verschieden Applikation auf die gleiche Businesslogik zugreifen. EJB-Container ist notwendig Aufgaben eines EJB-Containers Überwachung des Lebenszyklus von … Weiterlesen

Veröffentlicht unter Java, Programming, Work | Kommentar hinterlassen

JNDI

Es handelt sich bei JNDI um eine Schnittstelle. Die konkrete Implementierung wird auch Service Provider Interface genannt. Naming Service = Name assoziiert mit einem Objekt Directory Service = Zusätzlich können auch noch Attribute (read/write) gesetzt werden. Beim Naming Service müssen … Weiterlesen

Veröffentlicht unter Java, Programming, Work | 1 Kommentar

Debugging Custom Maven Plugins

What you need: M2-Plugin 4 Eclipse Eclipse 😉 Maven Java How to: install Java install Eclipse install Maven (scroll down) install M2-Plugin (screencast) Code Snippets and Todos for debbuging: Write a custom Maven Plugin! (@see code snippet 1) Write a … Weiterlesen

Veröffentlicht unter Java, Maven, Programming, Work | Kommentar hinterlassen

Maven | Resources

Because at work I had to prepare myself for a presentation about the fascinating build-tool Maven I’d like to summarize all resources which I’ve used to get prepared. Official Sites Official Maven Homepage Maven Dashboard Maven Articles Nabble Online Articles … Weiterlesen

Veröffentlicht unter Java, Maven, Programming, Work | Kommentar hinterlassen

Maven 2.0.7 | Out now

Here you will find the release notes. In this post I’d like to check the new version of Maven and I’d like to describe all changes in my mother tongue (german) because you’ll find the english version of the release … Weiterlesen

Veröffentlicht unter Java, Maven, Programming, Work | Kommentar hinterlassen

Artifactory Dependency Viewer

Here are some nice digrams of my bookstore dependencies. Your able to see all direct and all transetive dependencies. You just need to use Artifactory as your Maven-Proxy and then you can get the Dependency Viewer which generates those cind … Weiterlesen

Veröffentlicht unter Artifactory, Maven, Programming, Work | Kommentar hinterlassen