Java Memory Puzzle
Submitted by Matt Fleming on Tue, 2009-06-02 14:55.
After reading a JavaSpecialists article about a Java Memory Puzzle (about whether nulling local variables was ever really necessary), I wanted to see if I could figure out the answer.
How to install GXT (or any other binary distribution) into Nexus (or any other maven repository)
Submitted by Matt Fleming on Fri, 2009-04-10 08:58.How to securely redirect users between web applications at different corporations without a packaged SSO solution
Submitted by Matt Fleming on Fri, 2009-03-06 16:15.
It was hard to come up with a title for this article... Essentially the problem that I have been repeatedly been asked to solve is: Company A wants to use Company B's web application within it's own web application. How can we make sure that only people from Company A will be able to access Company B's application?
True or False: The query string is encrypted in an HTTPS GET request.
Submitted by Matt Fleming on Fri, 2009-01-09 00:34.
True, the query string (https://myserver?query=string&is=here) is encrypted when making an HTTPS call. The issue is that some people pose a very similar question with the opposite answer: Is the query string secured when making a GET request over HTTPS? Here's how I proved to myself that data in the query string is encrypted but doesn't really belong there.
Solution: Intellij IDEA won't synchronize with file system changes
Submitted by Matt Fleming on Wed, 2008-12-10 19:12.
Normally this isn't an issue. I've been working with IntelliJ for a few years now and never had this problem before. But no matter what I did, the IDE would only present me with an old version of my filesystem whenever the choose location dialog would come up. Then stranger things started to happen... I couldn't create a new project, builds started to fail and classes that existed on the filesystem wouldn't show up in the project. I took me a while to figure out how to get things back on track, even though the solution takes about 2 seconds once you know what to do.
How Spring Security hooks to Central Authentication Service (CAS)
Submitted by Matt Fleming on Wed, 2008-12-10 10:53.
Our latest software project used CAS for authentication and single sign-on. I couldn't find any good documentation on how Spring Security and CAS played together. There is some documentation about how to configure your application to use CAS but not much on what messages go back and forth by whom and when.
- 2 comments
- Read more
- 4570 reads
Running Maven Built Web Applications Directly From Intellij IDEA
Submitted by Matt Fleming on Wed, 2008-12-10 00:07.
Here's how you can run maven built web applications directly from within Intellij IDEA 8. Once you run this way, you completely eliminate the code, build, deploy, restart cycle just when you want to make a change... you can even change classes on the fly (hot swapping).
- 10 comments
- Read more
- 2771 reads
WS-Security, Weblogic 10.2, Service Controls, and legacy namespaces
Submitted by Matt Fleming on Sun, 2008-08-03 13:42.
I was working on a Weblogic Portal application that needed to get information from a secure (WS-Security) third party web service over https. This web service used a legacy (pre-OASIS) WS-Security namespace and modern clients (like the one bundled with Weblogic server) don't create messages that conform to the old specification. Here's what I did to work around this restriction...

Recent comments
21 hours 58 min ago
2 weeks 2 days ago
2 weeks 3 days ago
2 weeks 6 days ago
3 weeks 19 hours ago
3 weeks 4 days ago
4 weeks 4 days ago
4 weeks 5 days ago
5 weeks 16 hours ago
5 weeks 6 days ago