
codepitbull.wordpress.com
Codepitbull's Blog | Modularization, Scalability and other **** buzzwords.Modularization, Scalability and other **** buzzwords.
http://codepitbull.wordpress.com/
Modularization, Scalability and other **** buzzwords.
http://codepitbull.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
1.2 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
9
SSL
EXTERNAL LINKS
21
SITE IP
192.0.78.12
LOAD TIME
1.221 sec
SCORE
6.2
Codepitbull's Blog | Modularization, Scalability and other buzzwords. | codepitbull.wordpress.com Reviews
https://codepitbull.wordpress.com
Modularization, Scalability and other **** buzzwords.
Codepitbull's Blog | Modularization, Scalability and other sexy buzzwords. | Page 2
https://codepitbull.wordpress.com/page/2
Modularization, Scalability and other sexy buzzwords. Wicket: A slightly better “Open Session in View”. November 25, 2012. We recently participated at the The Plat forms contest (more on that in a few days). Coding a full application in less than 30 hours is quite the task and there’s no room for wasting time. Sadly, we wasted time. A lot. On the persistence layer. Wasted may be too hard of a word but we spent too much time building the actual business services needed to populate the view layer. By avoid...
April | 2014 | Codepitbull's Blog
https://codepitbull.wordpress.com/2014/04
Modularization, Scalability and other sexy buzzwords. Vertx for World Domination. April 7, 2014. In this article I am going to show how I put Vert.x. On my Raspberry Pis and my Mindstorm EV3. The whole thing is the product of a long night of hacking so expect some updates to this article. The associated project is on GitHub. The core of my presentation Vert.x for World Domination. Was the setup I used to demonstrate the distribution capabilities of Vert.x. Uses to demo Hazelcast. See some photos here.
Vert.X in IntelliJ IDEA | Codepitbull's Blog
https://codepitbull.wordpress.com/2013/07/18/vert-x-in-intellij-idea
Modularization, Scalability and other sexy buzzwords. Serving static content with Jetty 9. VertX 2.0.0 in IntelliJ IDEA →. VertX in IntelliJ IDEA. July 18, 2013. Well, that was fast. Outdated within minutes of posting. This post is for vert.x 1.3.1. I just wrote an update. On how to do this with vert.x 2.0.0.final. I took a look at Disruptor. Back when it was released. It was an interesting piece of software but I never got beyond playing around. Then came Node.js. Gives you a simple vert.x project.
Bootstrapping Neo4j With Spring-Data – Without XML | Codepitbull's Blog
https://codepitbull.wordpress.com/2013/05/12/bootstrapping-neo4j-with-spring-data-without-xml
Modularization, Scalability and other sexy buzzwords. Wicket: A slightly better “Open Session in View”. Serving static content with Jetty 9 →. Bootstrapping Neo4j With Spring-Data – Without XML. May 12, 2013. With the maturing of Spring-Data I started porting all my personal projects to use Spring Data. For bootstrapping. I also wanted to get rid of XML, which proved a little more tricky as I expected. Let’s start with the required dependencies:. Update: Added a missing validator-dependency. EnableTransa...
Vert.X 2.0.0 in IntelliJ IDEA | Codepitbull's Blog
https://codepitbull.wordpress.com/2013/07/18/vert-x-2-0-0-in-intellij-idea
Modularization, Scalability and other sexy buzzwords. VertX in IntelliJ IDEA. Using Spring Security 3 with Wicket 6-AuthRoles and JavaConfig and a little Servlet 3 →. VertX 2.0.0 in IntelliJ IDEA. July 18, 2013. Well, that was fast. After posting my last. Post I saw that vert.x 2.0.0.final came out last night. Tough luck but sitting on the train I got time enough to provide an update. To create a basic gradle-project with an example verticle. After doing a gradle clean build idea. Enter your comment here.
TOTAL PAGES IN THIS WEBSITE
9
CodeQuest: Why online video rental sucks...
http://the-codequest.blogspot.com/2009/10/why-online-video-rental-sucks.html
Samstag, 17. Oktober 2009. Why online video rental sucks. Online video rental is a great thing but not as it is today. I am talking about maxdome and iTunes which are probably the only two big options in Germany. I haven't used netflix or others enough to be able to talk about it. But let's be fair and first mention what I like about them:. Maxdome: I have a nice little settopbox that allows for easy watching on my TV without using the computer. The streaming is fast and great quality. So as long as ther...
CodeQuest: August 2009
http://the-codequest.blogspot.com/2009_08_01_archive.html
Freitag, 7. August 2009. There can be only one. Selection Provider per part - at least in Eclipse 3.4 afaik. If you need to have two, then you need to be creative and build. An intermediate selection provider. Infos on how to use the Eclipse selection service and how to creat an intermediate selection. Provider you can find here:. Http:/ www.eclipse.org/articles/Article-WorkbenchSelections/article.html. Diesen Post per E-Mail versenden. Follow me on Twitter. Vertx for World Domination.
CodeQuest: There can be only one...
http://the-codequest.blogspot.com/2009/08/there-can-be-only-one.html
Freitag, 7. August 2009. There can be only one. Selection Provider per part - at least in Eclipse 3.4 afaik. If you need to have two, then you need to be creative and build. An intermediate selection provider. Infos on how to use the Eclipse selection service and how to creat an intermediate selection. Provider you can find here:. Http:/ www.eclipse.org/articles/Article-WorkbenchSelections/article.html. Diesen Post per E-Mail versenden. Abonnieren Kommentare zum Post (Atom). Follow me on Twitter.
CodeQuest: My Mobile Phone Journey
http://the-codequest.blogspot.com/2010/12/my-mobile-phone-journey.html
Montag, 20. Dezember 2010. My Mobile Phone Journey. Diesen Post per E-Mail versenden. Abonnieren Kommentare zum Post (Atom). Follow me on Twitter. Vertx for World Domination. In this article I am going to show how I put Vert.x on my Raspberry Pis and my Mindstorm EV3. The whole thing is the product of a long night of hacking so . Open Source Part 1: Setting the code free. My Mobile Phone Journey.
CodeQuest: April 2009
http://the-codequest.blogspot.com/2009_04_01_archive.html
Dienstag, 21. April 2009. Eclipse - red X on two bundles - no errors to be found. Ever had that problem? Two bundles suddenly having red X but inside the bundle everything's fine? You probably have a cyclic dependency going on:. Plugin a depends on plugin b and vice versa. at least for me that was the case. When you remove the dependency from one bundle it should work fine again. How to solve the actual problem then again you'll have to think about yourself. ;). Diesen Post per E-Mail versenden. In this ...
CodeQuest: Eclipse Dynamic Extensions
http://the-codequest.blogspot.com/2009/10/eclipse-dynamic-extensions.html
Montag, 12. Oktober 2009. The Eclipse dynamic extensions api allows you to register extension points and extensions (e.g. views, editors and loads of other things) at runtime, that you usually would have to put into the plugin.xml of your plugin. This opens up a whole new world of possibilities, but how can I do that? Actually, there is a very good example by IBM. Long story short, you have to retrieve a reference to the extension registry from eclipse:. Diesen Post per E-Mail versenden. When I first bec...
CodeQuest: Dezember 2010
http://the-codequest.blogspot.com/2010_12_01_archive.html
Montag, 20. Dezember 2010. My Mobile Phone Journey. Diesen Post per E-Mail versenden. Follow me on Twitter. Vertx for World Domination. In this article I am going to show how I put Vert.x on my Raspberry Pis and my Mindstorm EV3. The whole thing is the product of a long night of hacking so . Open Source Part 1: Setting the code free. When I first became interested in open source software, I had a somewhat romantic notion — like most people do when they first hear about open source — of .
CodeQuest: apache cxf acts weird... -> downgrade to Java6upd10
http://the-codequest.blogspot.com/2009/06/apache-cxf-acts-weird-downgrade-to.html
Mittwoch, 17. Juni 2009. Apache cxf acts weird. - downgrade to Java6upd10. Orgapache.cxf.interceptor.Fault: Unmarshalling Error: null. At org.apache.cxf.jaxb.JAXBEncoderDecoder.unmarshall(JAXBEncoderDecoder.java:561). At org.apache.cxf.jaxb.JAXBEncoderDecoder.unmarshall(JAXBEncoderDecoder.java:467). At org.apache.cxf.jaxb.io.DataReaderImpl.read(DataReaderImpl.java:108). At org.apache.cxf.interceptor.DocLiteralInInterceptor.handleMessage(DocLiteralInInterceptor.java:183). At org.apache.cxf.end...At org...
Random blurps: December 2009
http://codepitbull.blogspot.com/2009_12_01_archive.html
Tuesday, December 22, 2009. The last post was about the last thing left over from my job at Pramari. With my switch to Senacor I also decided to change my blog. The new one is here:. Http:/ codepitbull.wordpress.com/. Subscribe to: Posts (Atom). I am a software developer based in Germany/Regensburg. Currently I am working for Pramari on several RFID related projects. In my spare time I tend to play around with a lot of different technologies, mostly Java, Eclipse and SOA related. My current projects are.
TOTAL LINKS TO THIS WEBSITE
21
main
3D SpeedSpirit.jar(390.6kb). My own prison.mid(7k). Register now to earn money from wap! UPGRADE YOUR NOKIA FONE. Chat with me here! Be my partner link. Be 1 of us! Contact me at crept0ne@yahoo.com or sign in to my guestbook thank you. ADD YOUR SITE HERE.
Pisos concreto estampado| concreto estampado decorativo|santiago de surco|, revestimiento,paredes y pisos , Lima-Perú,concreto estampado decorativo la molina,Chorrillos Barranco, Lima Perú ,concreto estampado decorativo piura,concreto estampado decorativo
Llamanos al Telefono: 2550153 Ca. Coricancha H-9 - Urb. San Juan Bautista - Chorrillos- Lima - Perú. Pisos concreto estampado decorativos. Concreto estampado,piedra rustica color arena buff. Facilmente el concreto se combina con cualquier esquema de paisajes y arquitectura. Concreto estampado adecuado para todo tipo de paisajes exteriores. Piscina revestida en marmol pulido. Tinte que penetra profundamente en el concreto existente para crear colores y tonos moteados similar a mármol.Ideal para estaci...
The Code Pit | There are 10 types of people in the world: those who understand binary, and those who don’t.
There are 10 types of people in the world: those who understand binary, and those who don’t. Free Microsoft Charting Component. Http:/ code.msdn.microsoft.com/mschart. Comments : 1 Comment. Categories : .NET. Http:/ weblogs.asp.net/scottgu/archive/2008/11/16/update-on-silverlight-2-and-a-glimpse-of-silverlight-3.aspx. Comments : Leave a Comment. Categories : .NET. Microsoft ‘Velocity’ in memory distributed cache. Http:/ www.microsoft.com/downloads/details.aspx? Comments : 3 Comments. Categories : .NET.
Random blurps
Tuesday, December 22, 2009. The last post was about the last thing left over from my job at Pramari. With my switch to Senacor I also decided to change my blog. The new one is here:. Http:/ codepitbull.wordpress.com/. Wednesday, September 2, 2009. WCI 2009 talk about CEP. I am giving a talk at the WCI 2009. For those who can't attend or want to get a little information on CEP I put the paper up on my dropbox. Wednesday, August 12, 2009. Faster developing in OSGi with -console and update. The cool thing a...
codepitbull
Here we go again. Posted by Jochen Mader on January 16, 2016. Loadtesting using Gatling-FatJars and InfluxDB. Posted by Jochen Mader on December 2, 2015. Verteilte Systeme mit Etcd in der Praxis. Posted by Jochen Mader, Conrad Pöpke on October 16, 2015. Sieg in Runde 3. Drittes Major Release von Vert.x. Posted by Jochen Mader on July 6, 2015. Real JARs have curves. Posted by Jochen Mader on June 22, 2015. Older Posts →.
Codepitbull's Blog | Modularization, Scalability and other sexy buzzwords.
Modularization, Scalability and other sexy buzzwords. Vertx for World Domination. April 7, 2014. In this article I am going to show how I put Vert.x. On my Raspberry Pis and my Mindstorm EV3. The whole thing is the product of a long night of hacking so expect some updates to this article. The associated project is on GitHub. The core of my presentation Vert.x for World Domination. Was the setup I used to demonstrate the distribution capabilities of Vert.x. Uses to demo Hazelcast. See some photos here.
CodePitch - Der virtuelle Verhandlungstisch für Freelancer und Jobanbieter
Projekt-Outsourcing am virtuellen Verhandlungstisch. You can even order it even if you live in Singapore. Sie haben bereits einen Login? Sie haben Ihr Passwort vergessen? Läuft noch 8 Tage. Sehr großes Projekt (mehr als 3000 EUR). Karriere bei Wunderman und Microsoft? Sehr großes Projekt (mehr als 3000 EUR). Läuft noch 7 Monate. Freie- oder feste Mitarbeit als Flashdesigner/ Programmierer. Großes Projekt (1000 - 3000 EUR). Läuft noch 5 Monate. ASPNET Validierungs-Frameworks (Research and Entwicklung).
Code Pitcher | Code it
Five things you may have missed over the weekend. Apple sells 10 million iPhone 6 and iPhone 6 Pluses. Experiencing the new Oculus Rift VR headset. What Do I Need To Make It In Business? Simple form creation and storage, built for developers. Audio Tour App Detour Steers You Away from the Typical Tourist…. The hand rail is going a little faster than the moving…. Thinklab Building a startup team to fix science and government. Kim Kardashian Shows Off Deep Cleavage In Plunging Top & Mini. December 2, 2017.
CodePix - Share Photos Privately... Publicly. Your world hidden for your friends to find...
Unlock it with a Gesture. Only if you can.). Have Fun with Your Friends.
codepiX.de Webdesign Homepage | Webentwicklung, Webdesign, Webprojekte, Freelancer, Patrick Kolei - Startseite
Webentwicklung and Webdesign für Ihre Webseite. Seit mehr als 10 Jahren bin ich als Freelancer in der Webentwicklung- /design tätig. Gerne unterstütze ich Privatpersonen, Vereine und auch Firmen bei Ihrem Start ins World Wide Web. Dabei können Sie zwischen Komplettlösungen oder einzelnen Leistungen entscheiden. Erstellung von Konzepten, die als Leitfaden Ihrer Ideen dienen. Gestaltung von Logos, Umsetzung von PSD-Files als Template für verschiedene Systeme: Webshops, CMSysteme oder einfach als HTML-Gerüst.
SOCIAL ENGAGEMENT