Excess reserves and inflation risk: A model

===================================================================Note: The following is an edited version of my original post. Thanks to Nick Edmonds for pointing out an inconsistency in my earlier analysis. Nick's comment forced me to think through the properties of my model more carefully. In light...

How to configure Wildfly 8 clustering and deploying picketlink enabled war application to test the session.

In this tutorial we will try to configure wildfly cluster and test it by deploying a picketlink enabled war application where a user can login and the session shared between the virtual server.Before we start, make sure...

Boolean algebra with CSS (when you can only set colors)

Depending on how you look at it, CSS can be considered Turing-complete. But in one privacy-relevant setting - when styling :visited links - the set of CSS directives you can use is extremely limited, effectively letting you control not much more than the color of the text nested between <a href=...>...

Custom application context or name in Jboss or Wildfly

As far as I know there are 3 ways to deploy an application in JBoss or Wildfly with a custom application context name.1.) By adding jboss-web.xml in your web project WEB-INF folder; <?xml version="1.0" encoding="UTF-8"?><jboss-web xmlns="http://www.jboss.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...