Show Session.java syntax highlighted
//
// Session.java
// Project SimpleBlog
//
// Created by wolf on 6/13/05
//
import com.webobjects.foundation.*;
import com.webobjects.appserver.*;
import com.webobjects.eocontrol.*;
public class Session extends WOSession {
public Session() {
super();
/* ** Put your per-session initialization code here ** */
}
}
See more files for this project here