Installing GoDaddy SSL Certificates on Glassfish v3 Step by Step

Introduction to Glassfish SSL Newly created domains on glassfish has already a self signed certificate in DOMAIN_DIR/config/keystore.jks file. By default this keystore has default password of “changeit”. This certificate is named as s1as. To see this certificate you could issue following command: keytool -list -keystore keystore.jks When asked enter default password “changeit”. You will see

Read More

HTML 5 Up And Running

I could recommend this book to everyone who wants a high level overview of features introduced in HTML 5. Each feature has its own chapter. How to detect browser support for each feature, work around for older browsers (especially internet explorer) are also explained. The book does not go into details of each feature. You

Read More

OReilly’s EBooks

I have purchased several books from Oreilly’s EBook store. They are running get 1 free for every two books purchased promotion. Also they guarantee new editions of ebooks you have already purchased for only $5. This prices are the cheapest ones I have find on a ebook store. But they are most of these ebooks

Read More

Problems with @PermitAll, @RolesAllowed

Although you could add these annotations to a web service they do not work as expected in Glassfish v3. I haven’t tested it with any other application server. If the URL of web service is not protected in web.xml, @RolesAllowed does not work. If the URL is protected in web.xml, @PermitAll does not work. You

Read More