(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sat, 17 Jul 2010 20:26:46 +0000 (20:26 +0000)
committerErik Brakkee <erik@brakkee.org>
Sat, 17 Jul 2010 20:26:46 +0000 (20:26 +0000)
wicket/joe/src/main/java/org/wamblee/wicket/inject/ComponentInstantiationInjector.java
wicket/joe/src/main/java/org/wamblee/wicket/transactions/package-info.java [new file with mode: 0644]

index 64fde4e1bd7830927ad5bd732e33dad7641c8d47..b848bd3f056e0622afcc05b07dd51168dad58fd1 100644 (file)
@@ -15,7 +15,6 @@
  */
 package org.wamblee.wicket.inject;
 
-import org.apache.wicket.Application;
 import org.apache.wicket.Component;
 import org.apache.wicket.application.IComponentInstantiationListener;
 import org.apache.wicket.protocol.http.WebApplication;
diff --git a/wicket/joe/src/main/java/org/wamblee/wicket/transactions/package-info.java b/wicket/joe/src/main/java/org/wamblee/wicket/transactions/package-info.java
new file mode 100644 (file)
index 0000000..8163de7
--- /dev/null
@@ -0,0 +1,20 @@
+/*
+ * Copyright 2005-2010 the original author or authors.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/**
+ * This package provide transaction support for wicket making it really easy 
+ * to work with transactions. 
+ */
+package org.wamblee.wicket.transactions; 
\ No newline at end of file