albert's blog

2010/12/24

SchemaSpy Quick Start

›
Introduction SchemaSpy is a Java-based tool (requires Java 5 or higher) that analyzes the metadata of a schema in a database and generate...
1 comment:

java.lang.UnsatisfiedLinkError: no ocijdbc11 in java.library.path

›
Scenario As I run SchemaSpy and use this command line: java -jar "C:\schemaSpy_5.0.0.jar" -dp "C:\ojdbc6.jar" -t or...
2 comments:
2010/12/23

SQuirreL SQL Client Quick Start

›
Introduction SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse ...
2010/12/22

11 tips for better code

›
1. keep methods short 2. never ever ever reuse a variable for different purpose 3. use self-descriptive variable and method names 4. defi...
2010/12/19

2010 富邦台北馬拉松

›
2010/12/17

AutoPagerize for Chrome

›
AutoPagerize is a browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web bro...
2010/12/10

12 programming mistakes to avoid

›
Programming mistake No. 1: Playing it fast and loose Programming mistake No. 2: Overcommitting to details Programming mistake No. 3: Not sim...
2010/12/04

cloc - count line of code

›
Introduction cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. Given two versions of ...
2010/12/03

How to align JSF h:outputText text to right?

›
Original Way But it doesn't work What we need to do is to add div tag to enclose outputText tag, and define text-align in div ...
1 comment:
2010/12/01

The value of attribute "itemLabel" associated with an element type "null" must not contain the '<' character.

›
Environment : JSF 2.0 on GlassFish V3 [Error Message] The value of attribute "itemLabel" associated with an element type ...
2010/11/02

PrimeFaces 2.X + JSF 2.0 Quick Start

›
Prerequisite This example will apply facelets template. Therefore, concerning faceletes template topics, please refer to : How to inte...

JSF2 + Facelets + PrimeFaces 2.2

›
1. Download PrimeFaces jar files from http://www.primefaces.org/downloads.html 2. Utilize JSF 2.0 and copy PrimeFaces-2.2.jar to WEB-IN...
2010/11/01

One or more resources have the target of 'head', but no 'head' component has been defined within the view.

›
Environment : JSF 2 + Facelets + PrimeFaces 2.1 + Glassfish V3 As I run my test.xhtml, it will show this error message in console: s...
8 comments:

How to integrate JSF 2.0 with Facelets

›
1. Create Dynamic Web Project. Assign project name, target runtime, dynamic web module version, and configuration. 2. Click Next ...
‹
›
Home
View web version
Powered by Blogger.