Liferay Mobile Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 13 May 2008

Smash Mouth @ Java One 2008

Posted on 06:53 by Unknown
Here is a video of Smash Mouth at JavaOne 2008. Be sure and check out 1:15 into the video. I am in the frame, guess which one I am.

Thanks to Arun for posting the video.

Read More
Posted in | No comments

Monday, 12 May 2008

JavaOne 2008 Session I attended

Posted on 10:07 by Unknown
TS-4817 The Java™ Platform Portlet Specification 2.0 (JSR 286)
An excellent session on the features and uses cases for the new portlet spec. Well worth a look.

TS-6623 More Effective Java
The slides highlight some of the new topics covered in the best selling book at JavaOne. No Java developer should be without it. Get yours today!

TS-6169 Spring Framework 2.5: New and Notable
What is new and why we care. A must see for anyone using Springframework. Note: JDK 1.3 support is being dropped.

TS-6589 Defective Java™ Code: Turning WTF Code into a Learning Experience
Another excellent session after the vein of the famous "Java Puzzlers", which was missing from this year's lineup.

TS-5250 Asynchronous Ajax for Revolutionary Web Applications
Focused on Reverse Ajax or Comet with samples on many platforms including Glassfish, Weblogic, Tomcat, Grizzly.

TS-6389 Growing Open-Source Developer Communities
The presentation gives a few common sense ideas, nothing really earth shattering.

TS-5509 Java™ Persistence API 2.0
An overview of the upcoming features of the new JPA. Worth a look.

TS-5859 Unit-Testing Database Operations with DBUnit
A great look at a data base unit test tool. If your project uses a database, this presentation will be worth a look. Good for those of us already using DBUnit.

BOF-4798 Parleys.com: An Adobe Flex/AIR and JavaFX™ Case Study A look at a website being developed in DHTML, GWT, Flax/Air and JavaFX.
The presentation included a great overview of the 4 environments with a pros/cons comparison. A similar discussion can be found at an interview with Stephan Janssen.

TS-6590 Using FindBugs in Anger
If you have 100,00+ lines of code and 2 hours, this presentation will help you make the best use of your time. Helps sort out the different warning levels and where to get the best return on your investment of time.

TS-7669 Continuous Regression Testing for Java™ EE Apps: Change Code Without Fear
Some older information and somewhat disappointing. Many of the techniques we currently use were not discussed.

TS-5165 Programming with Functional Objects in Scala
A quick into to Scala which has some nice features.

TS-6611 Filthy-Rich Clients: Filthier, Richer, Clientier
A gee-whiz demo some effects in Swing. Take a look for some good ideas if you are into Swing.
Read More
Posted in | No comments

Wednesday, 7 May 2008

Embedding Apache Pluto

Posted on 10:49 by Unknown
This areticle may prove interesting to getting portletUnit packaged with maven.

Embedding Apache Pluto: "Apache Pluto, the reference implementation of the Java Portlet Specification, implements a portlet container that can be embedded easily within a portal or Web application. This article provides a comprehensive tutorial that explains how to embed the Pluto Portlet Container (version 1.1) into a Web application. It investigates the basic architecture of Portal Systems, provides an overview of Pluto's public API, and discusses two different integration techniques."
Read More
Posted in | No comments

Monday, 5 May 2008

Krugle: Source Code search engire

Posted on 05:12 by Unknown
Krugle is a search engine for source code. I could at least find my own project. Are there any others?
Read More
Posted in | No comments

Thursday, 1 May 2008

Occasional Java Coder: Spring 2.0 form tags

Posted on 13:37 by Unknown
This page has a really nice example of HTML date input using Springframework form tags.

Occasional Java Coder: Spring 2.0 form tags: "I like the Spring's form tags. It just does what it what I wanted. Registered a custom date editor in the controller and used Spring's select tag for the date selection instead of input to a text box."
Read More
Posted in | No comments

Code Beach: Get the Names of the Months in Java

Posted on 10:44 by Unknown
I did not even know about the DateFormatSymbols class.

Code Beach: Get the Names of the Months in Java: "This tutorial shows how to get the month names for the current locale or for a specific locale. Java provides an easy mechanism for getting localized month names. To get the month names, you will use the DateFormatSymbols in the java.text package. By default, the constructor will create a DateFormatSymbols object based on the current locale.

DateFormatSymbols symbols = new DateFormatSymbols();"
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • ASP.NET caching based on a cookie
    You have to use VaryByCustom parameter. Your OutputCache directive will look like this and you have declare the following method in which w...
  • Chapter�16.�Portlet MVC Framework
    Spring Portlet MVC applies the same principles to portlet development as the the Spring Web MVC framework applies to servlet development. F...
  • Wicket and Guice
    Are you sick of XML? I sure am. While I really like Spring Framework, I am sick of all the XML. Writing unit tests is hard enough, but ho...
  • Open Source Technical Support by OpenLogic
    This gets filed under the category of "Why didn't I think of this?". What an excellent business model. Take a free product a...
  • Linux.com | GNU Emacs 22 finally released
    I have just recently switched from Emacs to Eclipse for my Java development work. I still use Emacs almost everyday I even have an Emacs r...
  • Clojure: lazy seq + database = bad
    In my work on topoged-hibernate I naively thought that it would be great to return a lazy-seq of the results of a query like: However, th...
  • Hexlify in Clojure
    Looking at this gist , I have created functionality similar to EMACS hexlify-buffer. In EMACS, it reads a binary file and presents two views...
  • Watch "Advanced Topics in Programming Languages: Java Puzzlers, Episode VI"
    Advanced Topics in Programming Languages: Java Puzzlers, Episode VI 1 hr 13 min 49 sec - Jul 23, 2007 Average rating: (23 ratings) Descr...
  • LISP Cycles
    I admit it, I like LISP. There are a certain set of programming problems that it handles elegantly. I feel the same about AWK, BASH, SQL a...
  • Coding Horror: The "Works on My Machine" Certification Program
    I think we will be doing this at work. Coding Horror: The "Works on My Machine" Certification Program : " 1. Compile your a...

Categories

  • 1.3.0
  • abiword
  • apache
  • archiva
  • browser
  • clojure
  • ClojureScript
  • derby
  • exception
  • java
  • javaone
  • javascript
  • jdk
  • jquery
  • lein
  • Liferay
  • page background
  • patterns
  • swank
  • watermrk

Blog Archive

  • ►  2013 (3)
    • ►  November (1)
    • ►  July (1)
    • ►  May (1)
  • ►  2012 (5)
    • ►  December (3)
    • ►  February (1)
    • ►  January (1)
  • ►  2011 (5)
    • ►  October (1)
    • ►  September (1)
    • ►  August (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2010 (6)
    • ►  September (6)
  • ►  2009 (10)
    • ►  July (2)
    • ►  June (1)
    • ►  April (5)
    • ►  March (1)
    • ►  January (1)
  • ▼  2008 (23)
    • ►  December (1)
    • ►  November (1)
    • ►  October (1)
    • ►  August (1)
    • ►  July (2)
    • ►  June (3)
    • ▼  May (6)
      • Smash Mouth @ Java One 2008
      • JavaOne 2008 Session I attended
      • Embedding Apache Pluto
      • Krugle: Source Code search engire
      • Occasional Java Coder: Spring 2.0 form tags
      • Code Beach: Get the Names of the Months in Java
    • ►  April (4)
    • ►  March (2)
    • ►  February (1)
    • ►  January (1)
  • ►  2007 (45)
    • ►  December (7)
    • ►  October (5)
    • ►  September (1)
    • ►  August (4)
    • ►  June (3)
    • ►  May (15)
    • ►  April (7)
    • ►  March (3)
Powered by Blogger.

About Me

Unknown
View my complete profile