Deep @Embedded Hibernate Entity Hierarchy with Oracle
If you want to have a deep @Embeddable Hibernate entity hierarchy with Oracle – you are not welcome. Oracle has a genious unconfigurable (at least after a lot of search)Continue reading
If you want to have a deep @Embeddable Hibernate entity hierarchy with Oracle – you are not welcome. Oracle has a genious unconfigurable (at least after a lot of search)Continue reading
In a previous post I described how to sign data with only javascript. Now, this data should be used on the server side for something. Here is how a JavaContinue reading
Important updates: this code won’t reliably work anymore. If you don’t need smartcard support, use the experimental web crypto API. If you need smartcard support, you’d need an extra plugin,Continue reading
I spent quite some time trying to find a solution for the following JSF issue: it is not possible to iterate over a java.util.Set. – ui:repeat (facelets) doesn’t work –Continue reading
While waiting for my eclipse to shut down, because the Flex Builder plugin again made it crash, I decided to write a little about my Flex experience. I’m now onContinue reading
I am forced to work with NetBeans (6.1) from time to time. We are creating a Desktop app, and hence NB’s Matisse is a good idea. But.. recently I startedContinue reading
As every hyped product, Google’s Android attracts developers attention. So did it with me, I downloaded the SDK, and starting coding some simple things. Let me summarize: I felt aContinue reading