You're IT

Skip to content
Menu
  • Home
BlogPosted onJanuary 18, 2016November 18, 2019

Get a Resource File’s Contents

Here is a little snippet on how to get the contents of a resource file. String filePath = this.getClass().getClassLoader().getResource(“folder/file.txt”).getFile(); String fileContent = new String(Files.readAllBytes(Paths.get(filePath)), StandardCharsets.UTF_8);…

Read More
BlogPosted onMay 18, 2014November 18, 2019

A Simple CAS Java Rest Client Example

Here are some notes from creating a simple Java Client to access a REST endpoint behind CAS authentication. Resourcs for enabling CAS Rest Access: CAS…

Read More
BlogPosted onOctober 18, 2013November 18, 2019

Creating a Culture of Learning and Innovation

This article is pretty cool. I found the benefits of learning described here to match my own experiences. Here’s my summary: A Learning Culture is…

Read More
BlogPosted onJuly 18, 2012November 18, 2019

The Tragedy of Agile

I’ve recently become aware of some recent complaints about the agile methodology and as I’ve thought about these complaints it seems to me that the…

Read More
BlogPosted onFebruary 18, 2012November 18, 2019

Creating a Custom Regex Spring Security 3.1 Expression

Summary: What classes to extend in order to make a custom spEL expression for validating with Spring Security 3.1 The other day I found that…

Read More

Recent Posts

  • Get a Resource File’s Contents
  • A Simple CAS Java Rest Client Example
  • Creating a Culture of Learning and Innovation
  • The Tragedy of Agile
  • Creating a Custom Regex Spring Security 3.1 Expression

Archives

  • January 2016
  • May 2014
  • October 2013
  • July 2012
  • February 2012

Categories

  • Blog

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© Copyright 2019 – You're IT
Allium Theme by TemplateLens ⋅ Powered by WordPress