Those of you who regularly read this blog will probably have noticed that I have a strange predilection for logging related topics, so why break this habit I...
Those of you who regularly read this blog will probably have noticed that I have a strange predilection for logging related topics, so why break this habit I ask? Anyway here's an issue which came up recently that I thought was a good one to mention in a brief post. The scenario really applies to production applications where you are seeing entries in the log files which are harmless, you know why they are there and are happy to ignore them, but at the same time you either...
Those of you who regularly read this blog will probably have noticed that I have a strange predilection for logging related topics, so why break this habit I ask? Anyway here's an issue which came up...
An interesting question came up today which, innocent as it sounded, needed a second or two to consider. What's the difference between storing say a Map of...
An interesting question came up today which, innocent as it sounded, needed a second or two to consider. What's the difference between storing say a Map of reference information as a Static as opposed to storing the same map as an application scoped variable in JSF? From the perspective of the web application itself there seems to be no functional difference, in both cases, the information is confined to the current JVM and potentially visible to your app code (note that...
An interesting question came up today which, innocent as it sounded, needed a second or two to consider. What's the difference between storing say a Map of reference information as a Static as opposed...
A small roadblock that hit me this morning that is worth documenting if only for my own reference. I run my main Hudson install on my Linux server somewhere in...
A small roadblock that hit me this morning that is worth documenting if only for my own reference. I run my main Hudson install on my Linux server somewhere in the wilds(?) of Texas, however, I wanted to check something out with Hudson as a Windows service, something which I've not done for a few months. Starting Hudson with java -jar hudson-2.2.0.war however failed with a port bind error. It seems that port 8080 was in use. I was a bit confused because I didn't have an...
A small roadblock that hit me this morning that is worth documenting if only for my own reference. I run my main Hudson install on my Linux server somewhere in the wilds(?) of Texas, however, I...
Further to my earlier article on using the weblogic.appc command to precompile the pages in ADF applications the question came up about how to automate the same...
Further to my earlier article on using the weblogic.appc command to precompile the pages in ADF applications the question came up about how to automate the same thing from Ant. Now in principle this should be pretty simple as the same appc command is available as an Ant task. However, the documentation is not particularly illuminating and completely lacks any examples so you can fumble around for hours if you're a skim reader and don't pay really close attention. Anyway an...
Further to my earlier article on using the weblogic.appc command to precompile the pages in ADF applications the question came up about how to automate the same thing from Ant. Now in principle this...
Just published, is my recent interview with a well known face in the ADF community and OTN ACE Director, Sten Vesterli of the aptly named Scott/Tiger. Sten's...
Just published, is my recent interview with a well known face in the ADF community and OTN ACE Director, Sten Vesterli of the aptly named Scott/Tiger. Sten's been busy working away on his second book Oracle ADF Enterprise Application Development - Made Simple. So the podcast is available now on OTN - download and listen.
Just published, is my recent interview with a well known face in the ADF community and OTN ACE Director, Sten Vesterli of the aptly named Scott/Tiger. Sten's been busy working away on his second...