
blog.chris-ritchie.com
Chris Ritchies Java BlogJava hints, tricks, tutorials and articles
http://blog.chris-ritchie.com/
Java hints, tricks, tutorials and articles
http://blog.chris-ritchie.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
2.1 seconds
16x16
PAGES IN
THIS WEBSITE
18
SSL
EXTERNAL LINKS
5
SITE IP
173.194.204.121
LOAD TIME
2.112 sec
SCORE
6.2
Chris Ritchies Java Blog | blog.chris-ritchie.com Reviews
https://blog.chris-ritchie.com
Java hints, tricks, tutorials and articles
Chris Ritchies Java Blog: Configure SSL on WildFly 8 - Self Signed Certificate
http://blog.chris-ritchie.com/2015/06/configure-ssl-wildfly-8-with-self.html
Chris Ritchies Java Blog. Technical tutorials and tips. June 26, 2015. Configure SSL on WildFly 8 - Self Signed Certificate. Create a self-signed certificate inside the $JBOSS HOME/standalone/configuration/ directory. Keytool -genkeypair -alias serverkey -keyalg RSA -keysize 2048 -validity 365 -keystore keystore.jks -keypass mypassword -storepass mypassword -dname "CN=Server Administrator,O=My Organization,C=ZA". Add the security realm to the management section:. Configure the new realm:. How to Configur...
Chris Ritchies Java Blog: July 2015
http://blog.chris-ritchie.com/2015_07_01_archive.html
Chris Ritchies Java Blog. Technical tutorials and tips. July 20, 2015. Multitenancy Part 1 - Custom Login Module and Bcrypt Password Hashing on WildFly 9. Quick note on multi-tenancy. For an excellent overview on multitenacy, check this article. Quick note on password hashing. The default options in WildFly for storing passwords (MD5, SHA-512 etc) are great for demo's or prototypes, but are not suitable for a live environment. For a good introduction to password hashing see here. Why a custom principal?
Chris Ritchies Java Blog: Obtaining a reference to a CDI managed bean
http://blog.chris-ritchie.com/2015/03/obtaining-reference-to-cdi-managed-bean.html
Chris Ritchies Java Blog. Technical tutorials and tips. March 10, 2015. Obtaining a reference to a CDI managed bean. Most of the time you can inject your CDI beans using the @Inject. Annotation. There may be occasions when you need to access your CDI beans inside a class where you can not use @Inject, you have a couple of options. To programmatically access a CDI managed bean, first you need to get hold of the BeanManager (analogous to the ApplicationContext. In Spring), by using CDI.current(). Annotatio...
Chris Ritchies Java Blog: Configure WildFly, Apache and websocket connections on Ubuntu 14.04
http://blog.chris-ritchie.com/2015/02/configure-wildfly-apache-and-websocket.html
Chris Ritchies Java Blog. Technical tutorials and tips. February 27, 2015. Configure WildFly, Apache and websocket connections on Ubuntu 14.04. This tutorial assumes that you have already installed WildFly and you want to configure Apache as a proxy in front of WildFly, and you want to allow websocket connections. For a detailed guide on installing and configuring WildFly, see this post. First install Apache and the required mods:. Now configure your VirtualHost. Update yours as needed. Here is the full ...
Chris Ritchies Java Blog: JavaMail example with Zoho/GMail using SMTPS
http://blog.chris-ritchie.com/2015/01/java-mail-example-zoho-gmail-smtps.html
Chris Ritchies Java Blog. Technical tutorials and tips. January 5, 2015. JavaMail example with Zoho/GMail using SMTPS. Here is a simple example of how to send emails securely using JavaMail via your Gmail or Zoho account. The first example uses TLS, which should be your preferred encryption mechanism. The second example uses SSL. The only difference between the two mechanisms is the port number, and the mail.smtp.startXXX.enable. Get the source on GitHub here. Example 1: Zoho/Gmail with TLS. JavaMail exa...
TOTAL PAGES IN THIS WEBSITE
18
my link notebook | javavolker
https://javavolker.wordpress.com/my_link_notebook
Java ee 7, wildfly 8, espresso, tee…. From a humble developer – for the humble developer. I noticed the list grew just too long and contained duplicates. So i started categorizing the links by topic. For most links it was a bit difficult because of their ambiguous nature. Boot OS X Mavericks Installer from USB Drive. Http:/ ole.michelsen.dk/blog/setup-local-web-server-apache-php-macos-x-mavericks/. Quick Tip: Autocomplete Git Commands and Branch Names in Bash. Super fast Database Copying/Cloning. Http:/ ...
TOTAL LINKS TO THIS WEBSITE
5
Chris Gross
Flex, Java, RIAs, Eclipse, and information about the Potomac modular framework for Flex. SourceMate for Flash Builder. Potomac - The OSGi-inspired Flex Framework. ReviewMate - the best Code Review editor for Eclipse. Thursday, August 19, 2010. Posted by Chris Gross. We're proud to announce the public beta of ReviewMate. The best (in our opinion) code review tool for Eclipse. Check out the ReviewMate. Page on ElementRiver.com and sign up for the free public beta. Links to this post. Posted by Chris Gross.
Chris Hofer Fotografie – FotoBlog
Chris Hofer Fotografie – FotoBlog. Fotograf Salzburg Fotostudio Mattsee Österreich Austria. Lost & Found. Lost & Found. Chris Hofer Fotografie – FotoBlog. Unsere Spezialbereiche sind Hochzeitsfotografie, Eventfotografie (Veranstaltungen aller Art, wie zB. Firmenveranstaltungen, Kongresse, Tagungen, Geschäftseröffnungen, Pressekonferenzen, Vernissagen, Feiern), Reportagen aller Art, Portraitfotografie im Studio, Outdoor oder direkt vor Ort bei Ihnen. Die Bandbreite unsere Leistungen für Fotografie. 090520...
The web site is under construction
Your website is currently suspended, This is a default page for website hosting by aspwebhosting.com.au. If you have any problems or issue with your website, please contact our support Click Here to Contact Support.
Default Parallels Plesk Panel Page
Web Server's Default Page. This page is generated by Parallels Plesk Panel. The leading hosting automation software. You see this page because there is no Web site at this address. You can do the following:. Create domains and set up Web hosting using Parallels Plesk Panel. Parallels is a worldwide leader in virtualization and automation software that optimizes computing for consumers, businesses, and Cloud services providers across all major hardware, operating systems, and virtualization platforms.
Chris Read | He’s just this guy, you know…
He’s just this guy, you know…. Publications, Podcasts and Talks. Speeding up host TCP metric collection. We currently use Sensu. Check from the excellent set of Sensu community plugins. Although the parameters are not the same, the output and functionality matches making it an almost but not quite drop in replacement. ZFS on Linux ‘insufficient replicas’ panic. I run a lovely little HP N54L MicroServer at home to keep all my important bits. It’s been a faithful companion for many years across t...I disco...
Chris Ritchies Java Blog
Chris Ritchies Java Blog. Technical tutorials and tips. July 20, 2015. Multitenancy Part 1 - Custom Login Module and Bcrypt Password Hashing on WildFly 9. Quick note on multi-tenancy. For an excellent overview on multitenacy, check this article. Quick note on password hashing. The default options in WildFly for storing passwords (MD5, SHA-512 etc) are great for demo's or prototypes, but are not suitable for a live environment. For a good introduction to password hashing see here. Why a custom principal?
chris sorensen has a blog
I don’t have the heart to tell him he’s a French bulldog from China. Erin go bragh! 127470;🇪🍀 #gadget #eringobragh #happystpatricksday #happystpattysday #happystpaddysday #leprechaun #frenchie #frenchbulldog #frenchiesofinstagram #frenchbulldogsofinstagram #bulldog #dogsincostumes #dog #instadog #dogsofinstagram #irish #ireland #kissmeimirish. March 17, 2018. March 16, 2018. March 15, 2018. Wednesday’s woman I’ve been privileged to shoot is Alison Brie, star of Netflix’s GLOW. Sho...March 14, 2018.
IT Wissen @me
SPDY = HTTP 2.0. Geschrieben von: Christoph Feldmeier, in Allgemein. Heute surfen wir im Allgemeinen alle mit dem Webprotokoll HTTP 1.1 bzw. HTTPS via SSL Zertifikat. Eine Komprimierung der HTTP-Header bringt nach Angaben in einem Standard. HTTP-Request eine Reduzierung um 52%! Auf der Website https:/ www.ist-spdy-aktiviert.de. Können Sie SPDY durch einen Selbsttest ausprobieren. Fazit: Leider kennen noch nicht viele Web Developer die Möglichkeiten von SPDY. Sie könnten dadurch ihren Content viel sch...
CW. / Art Direction & Design
Henri Matisse: The Cut-Outs. Annenberg Space for Photography. Design and Art Direction. Designer based in Los Angeles. My name is Chris Wang. I'm a Art Director / Designer originally from Taiwan, currently living and working in Los Angeles. Previously with Faraday Future, Hello Design, Blitz and TVGla. Faraday Future UI Designer. February 2016 November 2016. Hello Design Design Director. October 2013 July 2015. June 2012 October 2013. The Visionaire Group Senior Designer. November 2010 June 2012. Meter h...
some virtualization and technical geek stuff › blog.chris-x.de
Some virtualization and technical geek stuff. Citrix virtualization evangelist, home-digitizer and natural born geek since 1981 from Leipzig Germany. Sophos – UTM Home. Sophos UTM Home Fertigsysteme. Meine Sophos UTM Home Software Appliance x86. Citrix – Versionen. Licensing Server 11.14.0.1 Build 18001. Provisioning Services 7.12. XenCenter 7.0.1. Bei Install Docker auf CoreOS mit XenServer 7.0. Bei Install Docker auf CoreOS mit XenServer 7.0. Citrix Receiver 4.5 Autolaunch Desktop und Apps. Installatio...
How the @%^# was I supposed to figure that out!?
How the @% # was I supposed to figure that out! A place for me to put obscure things that took me a while to figure out, and might save someone else (and perhaps myself) some trouble down the road. Friday, April 22, 2016. RSTP in a Mixed Cisco-IOS and Meraki Environment. Https:/ www.reddit.com/r/networking/comments/2t6j06/spanning tree from stp to rstp on catalyst/cnx6kwk. Wednesday, March 16, 2011. HostCount = 34; / 9 chassis * 4 blades each, -2 utilized elsewhere. HostRAM = 80;. I’m still working...
SOCIAL ENGAGEMENT