Skip to content

Instantly share code, notes, and snippets.

View hiroxpepe's full-sized avatar

Hiroyuki Adachi hiroxpepe

View GitHub Profile
@hiroxpepe
hiroxpepe / example-index.zul
Created February 20, 2012 14:10
a ZK Framework XML schema example.
<?xml version="1.0" encoding="UTF-8"?>
<zk xmlns="http://www.zkoss.org/2005/zul" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul/zul.xsd">
<window title="Hello World!!" border="normal" width="500px">
</window>
</zk>
@hiroxpepe
hiroxpepe / Hoge.java
Created February 15, 2012 13:31
The Simple Hoge Interface
package com.hiroxpepe.domain;
/**
* this is a simple Hoge interface.
* @author hiroxpepe
*/
public interface Hoge {
Integer getId();