
JLORENZEN.BLOGSPOT.COM
James Lorenzen's BlogAddicted to Learning
http://jlorenzen.blogspot.com/
Addicted to Learning
http://jlorenzen.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
0.3 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
20
SSL
EXTERNAL LINKS
146
SITE IP
172.217.10.225
LOAD TIME
0.281 sec
SCORE
6.2
James Lorenzen's Blog | jlorenzen.blogspot.com Reviews
https://jlorenzen.blogspot.com
Addicted to Learning
James Lorenzen's Blog: February 2010
http://jlorenzen.blogspot.com/2010_02_01_archive.html
Wednesday, February 24, 2010. Commit Comments: A Conversation with your Future Self. I'm not asking for a Kevin Costner script, just be a little more specific. On average, my comments are 1-3 sentences. For the important changes, I've used paragraphs before. Comments with fewer than 5 words drive me nuts, and I have seen a lot of them. Ever seen a movie where campers make a trail using something like marshmallows so they can find their way back? Links to this post. Tuesday, February 16, 2010. Ever wonder...
James Lorenzen's Blog: July 2010
http://jlorenzen.blogspot.com/2010_07_01_archive.html
Sunday, July 25, 2010. Restoring a Clonezilla Image using VirtualBox. But didn't get very far. With some advice from several co-workers though, I did come up with a method that did work and it was fairly easy. The basic steps are:. To Save a Disk Image. To a external USB drive. This essentially clones my host machine, where I can restore it later. My hard drive is around 120GB, so I put the image on my 500GB external USB drive. This took about 1.5 hours. When you get to the point where Clonezilla needs t...
James Lorenzen's Blog: July 2014
http://jlorenzen.blogspot.com/2014_07_01_archive.html
Monday, July 21, 2014. Disable Spring Boot Production Ready Services. For the past two months I've had the pleasure of working with The Lampo Group. Developing Hypermedia-Driven REST services using Spring Boot. Enabling Spring Boot's Production-Ready Services. One of the reasons we wanted to enable some of the production-ready services was our target production environment was Amazon Web Services (AWS). As a part of that they support Elastic Load Balancing which allows one to configure a health check.
James Lorenzen's Blog: Setting Environment Variables for Docker with Fig
http://jlorenzen.blogspot.com/2015/01/setting-environment-variables-for_9.html
Friday, January 9, 2015. Setting Environment Variables for Docker with Fig. For the past few months I've been playing around with Docker. And so far I've had a ton of fun. The documentation. Is excellent, and in one simple command. You can start experimenting. After going through the tutorial, one of my first goals was to figure out the best way to create a Docker image for a spring-boot. Will not only make it easy to set environment variables, it will also provide many other benefits. This tells Docker ...
James Lorenzen's Blog: Maven Profiles: Something you need to know
http://jlorenzen.blogspot.com/2008/12/maven-profiles-something-you-need-to.html
Friday, December 5, 2008. Maven Profiles: Something you need to know. An issue came up today in our CI environment and I learned something new about maven profiles. Something that everyone who uses maven should know. Perhaps, like your environment, our project uses maven2. To build and we take advantage of multiple profiles (see our example here. A common use for profiles is to define new modules and properties. For example:. Appport 8080 /app.port. Appport 8080 /app.port. So in my example, if I have mor...
TOTAL PAGES IN THIS WEBSITE
20
Chad Gallemore: May 2008
http://gallemore.blogspot.com/2008_05_01_archive.html
Freedom is not free, but the U.S. Marine Corps will pay most of your share." -Ned Dolan. Thursday, May 29, 2008. Groovy SQL - That was easy. I got the chance today to get my hands dirty with GSQL. Groovy's Built in support for SQL), and I must say that it was rather easy. What I needed to do was connect to an embedded Derby database, parse a file, and populate the table with the results. Not to hard right. So, here is what my data looked like in the file I needed to parse:. Def loc = new File(path).
Chad Gallemore: April 2008
http://gallemore.blogspot.com/2008_04_01_archive.html
Freedom is not free, but the U.S. Marine Corps will pay most of your share." -Ned Dolan. Friday, April 25, 2008. Oh how I miss these days! I sometimes miss the days of being in the Military (Semper Fi), and being in the desert with nothing to do, here is a nice little video of what happens when bordem sets in. Posted by Chad Gallemore. Links to this post. Monday, April 21, 2008. Imagine you have the following XML:. Basketball team="Kansas" status="National Champions". Name Brandon Rush /name. Return "Nam...
Jeff Hair (jshair): April 2009
http://jshair.blogspot.com/2009_04_01_archive.html
Technical ramblings from yet another architect and developer. Tuesday, April 7, 2009. Retrieving a list of changes for a release in SVN. Recently for our project, we needed to review the list of SVN commits on a branch. I'm sure there are several ways that possibly even include dates. For our purposes, we wanted to review the entire list and used the following command:. Svn log - stop-on-copy –v https:/ host/svn/project/branches/project-0.8.0902.1. Jeffrey S. Hair. Subscribe to: Posts (Atom). Pedro Alves...
Chad Gallemore: September 2007
http://gallemore.blogspot.com/2007_09_01_archive.html
Freedom is not free, but the U.S. Marine Corps will pay most of your share." -Ned Dolan. Tuesday, September 25, 2007. The "I" in JBI is for Integration. Just in case anyone was wondering. I came across this. Article today which discusses integrating XMPP presence in J2EE, and as I am reading the whole time I'm thinking I could do this with JBI utilizing the XMPP Binding Component. And the JMS Binding Component. Leveraging the BPEL Service Engine. So my last thought. Posted by Chad Gallemore. But first a ...
Chad Gallemore: November 2007
http://gallemore.blogspot.com/2007_11_01_archive.html
Freedom is not free, but the U.S. Marine Corps will pay most of your share." -Ned Dolan. Wednesday, November 28, 2007. Connecting jconsole to JBoss JMX server. So I was working on integrating the JBI ant tasks to the Open ESB distribution for JBoss. And I was having some issues connecting to the JMX server. So, I wanted to try something simple and see if I could connect jconsole. Enable the jconsole agent remotely on port 64850. Posted by Chad Gallemore. Links to this post. Monday, November 12, 2007.
Chad Gallemore: Creating RESTful services with Jersey and Groovy
http://gallemore.blogspot.com/2008/10/creating-restful-services-with-jersey.html
Freedom is not free, but the U.S. Marine Corps will pay most of your share." -Ned Dolan. Thursday, October 23, 2008. Creating RESTful services with Jersey and Groovy. It's been a while since I have put anything of substance on here, so I thought I would get back to it. I've been doing a lot of development with Groovy. As of late, which I absolutely love. I wanted to combine that with another API that I really like, Jersey. Jersey is the open source JAX-RS. Import javax.ws.rs.Path;. Def announcement = new...
Chad Gallemore: March 2010
http://gallemore.blogspot.com/2010_03_01_archive.html
Freedom is not free, but the U.S. Marine Corps will pay most of your share." -Ned Dolan. Monday, March 22, 2010. Must Read Book: Rework. I just finished reading Rework. By the guys from 37signals. Also, if you don't follow the 37signals blog. I would highly recommend that as well. There is a lot of good stuff that comes across there. I sound like I'm pimping this guys, I'm really not, it's just great reading. Posted by Chad Gallemore. Links to this post. It's Been A While. I'm beginning to love Javascrip...
Chad Gallemore: October 2008
http://gallemore.blogspot.com/2008_10_01_archive.html
Freedom is not free, but the U.S. Marine Corps will pay most of your share." -Ned Dolan. Thursday, October 23, 2008. Creating RESTful services with Jersey and Groovy. It's been a while since I have put anything of substance on here, so I thought I would get back to it. I've been doing a lot of development with Groovy. As of late, which I absolutely love. I wanted to combine that with another API that I really like, Jersey. Jersey is the open source JAX-RS. Import javax.ws.rs.Path;. Def announcement = new...
Chad Gallemore: August 2007
http://gallemore.blogspot.com/2007_08_01_archive.html
Freedom is not free, but the U.S. Marine Corps will pay most of your share." -Ned Dolan. Wednesday, August 29, 2007. Posted by Chad Gallemore. Links to this post. Wednesday, August 22, 2007. Bridging the Gap - XMPP to SIP Group Chat. Talks a little more about utilizing JBI as a convergent communication platform. And provides a use case here. Enough with the fluff, on with the demo. I've uploaded the Netbeans Projects here. Below is a list of prerequisetes in order to run the demo:. You can go here. Edit ...
Chad Gallemore: June 2008
http://gallemore.blogspot.com/2008_06_01_archive.html
Freedom is not free, but the U.S. Marine Corps will pay most of your share." -Ned Dolan. Thursday, June 26, 2008. Rapid Web Application Prototypes with Maven and Groovy. You can rapidly prototype web apps, and in this blog I'll walk you through exactly how to do that. First we are going to create a simple Maven web app project using the Maven Web App Archetype. Next we need to add the dependency for Groovy to our pom, as well as the Maven Groovy Plugin. We do this by adding the following inside the.
TOTAL LINKS TO THIS WEBSITE
146
Blog de jlorent - """"""""J-lAu-"""""""" - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Bonne visite a tous. Ben lache un ptit com's! Pr moi é po zot ossi! Va fé plézir a moin! Big up a tous! Fièr d'ètre du 974! Réunion (Île de la). Mise à jour :. Abonne-toi à mon blog! Bienvenus su mon blog! Visité le jusqu'a la fin! MiCi pO Le pasSagE tJr! Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Posté le jeudi 01 mai 2008 03:16. Modifié le dimanche 13 mars 2011 13:16. Retape...
Registro de dominios y alojamiento web
Esta página se encuentra en construcción. En breve podrá visitar nuestro sitio web.
Test Page for Apache Installation
If you can see this, it means that the installation of the Apache web server. Software on this system was successful. You may now add content to this directory and replace this page. Seeing this instead of the website you expected? This page is here because the site administrator has changed the configuration of this web server. Please contact the person responsible for maintaining this server with questions. Has been included with this distribution.
jlorenz.net - Registered at Namecheap.com
This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.
James Lorenzen's Blog
Friday, January 9, 2015. Setting Environment Variables for Docker with Fig. For the past few months I've been playing around with Docker. And so far I've had a ton of fun. The documentation. Is excellent, and in one simple command. You can start experimenting. After going through the tutorial, one of my first goals was to figure out the best way to create a Docker image for a spring-boot. Will not only make it easy to set environment variables, it will also provide many other benefits. This tells Docker ...
jLorenzo Photography | Commercial and Fine Art Photography
Commercial and Fine Art Photography. Entertainers I Hollywood 1980-1995.
jlorenzo (Jon Miller) | DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Deviant for 10 Years. This deviant's full pageview. Last Visit: 51 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. You can drag and drop to rearrange. You can edit widgets to customize them. The bottom has widgets you can add! Some widgets you can only access when you get Core Membership.
Jorge Lorenzo. Restauración y Catering
Jorge lorenzo Restauración y Catering. Disfruta de tu buén gusto. J Lorenzo: especialistas en hostelería. Bodega a la carta. Jorge Lorenzo: historia de exito. Corría el año 1957 cuando iniciamos nuestra andadura. Comienzos modestos, pero siempre orientados a ofrecer el mejor producto elaborado con cariño y esmero . Tfn: ( 034) 986 330842.
JL BloG | #O.o o.O#
Permanece al día vía RSS. Suscripción por correo electrónico. Escribe tu dirección de correo electrónico para suscribirte a este blog, y recibir notificaciones de nuevos mensajes por correo. Únete a otros 2 seguidores. Subscribete a este blog por RSS. Publicado: 28 octubre 2010 en Uncategorized. DESCARGA ROPA MOVIMIENTOS…. TODO PARA SECOND LIFE. Crea un blog o un sitio web gratuitos con WordPress.com. Crea un blog o un sitio web gratuitos con WordPress.com. Seguir “JL BloG”.
JL Blog | Just another WordPress.com site
Just another WordPress.com site. Permanece al día vía RSS. Descargas para Second Life. Descargas para Second Life. 8211; 28 Texturas de alfombras. 8211; 270 PNGs con transparencias. 108 PNGs estilo antiguo/retro – PARTE 1. 8211; Baile wapo. 8211; Salto olimpico. Introduce aquí tu comentario. Introduce tus datos o haz clic en un icono para iniciar sesión:. La dirección no se hará pública). Estás comentando usando tu cuenta de WordPress.com. ( Cerrar sesión.
SOCIAL ENGAGEMENT