Here are some information that I found on the net about JavaOne 2010. Feel free to comment with additional resources. To start, Oracle posted some video highlights. If you have JavaOne login, you can view the full versions at On Demand site. If not, you can still see some of the contents here. Beyond that, [...]
Posts Tagged ‘Glassfish’
JavaOne 2010 Related Links
Posted: September 24, 2010 in Conference, Java, Java Virtual Machine (JVM), JavaOne, links, Oracle, TechnologyTags: Coin, Da Vinci Machine, eBay, Glassfish, Groovy, Java, Java EE, JavaFX, JavaOne, JAX-RS, jclouds, Jigsaw, Lambda, Oracle, OSGi, PrimeFaces, RichFaces, Seam, Tuscany
Create a properties file for Java web app
Posted: October 14, 2009 in TechnologyTags: Glassfish, Java, properties file
After playing with JavaScript for a while, I got a chance to jump back to the server-side for a bit. I found myself a need to create a properties file. A look on the Internet led me to Vince’s blog. It has 90% of what I need. The missing piece was to add an ant [...]
Building a Hello World portlet with Liferay
Posted: April 1, 2009 in Life in general, TechnologyTags: ANT, Glassfish, howto, liferay, portlet, Tomcat
Today I tried to build a simple Hello World portlet with Liferay Portal. I am a little disappointed that the documentation isn’t as straight forward as I expected. I had to read through several documents and was confused by outdated/conflicting information. So, I am sharing my setup notes for people who might be interested to [...]
Enabling gzip HTTP Compression on Glassfish
Posted: October 17, 2008 in Life in generalTags: Glassfish, gzip, http compression
I followed this blog to configure my instance of glassfish to enable gzip compression for HTTP traffic. Here is my version of the configuration: <property name=”compression” value=”on”/> <property name=”compressableMimeType” value=”text/html,text/xml,text/plain,image/gif,image/jpeg,image/png,text/css,text/javascript,application/json”/> After restarted the sever, I noticed that not all files were compressed. Some css files were compressed while some other css files didn’t. I wonder [...]
