-
Notifications
You must be signed in to change notification settings - Fork 5
/
read-me.html
40 lines (37 loc) · 1.83 KB
/
read-me.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Ujorm Project</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<h1>The Ujorm project</h1>
<h3>Home Page</h3>
<div style="margin-left: 15px;"><a href="http://ujorm.org/">http://ujorm.org/</a></div>
<h3>Maven repository</h3>
The ORM module:
<pre style="margin-left: 15px;"> <dependency>
<groupId>org.ujorm</groupId>
<artifactId>ujo-orm</artifactId>
<version>${ujorm.version}</version>
</dependency></pre>
Module for <a href="https://wicket.apache.org/">Apache Wicket</a> integration:
<pre style="margin-left: 15px;"> <dependency>
<groupId>org.ujorm</groupId>
<artifactId>ujo-wicket</artifactId>
<version>${ujorm.version}</version>
</dependency></pre>
<h3>The latest sources</h3>
<div style="margin-left: 15px;">hg clone http://hg.code.sf.net/p/ujoframework/code ujorm</div>
<h3>How to open the Ujorm project</h3>
<p>The <a href="http://www.java.com/download/">Java 7.0</a> is required to compile of the project souces, the Java 7+ is required to runtime.
<br/>Use a one of the preferred tools to open the project:</p>
<ul>
<li><a href="http://netbeans.org/">NetBeans</a> IDE,</li>
<li><a href="http://www.jetbrains.com/idea/">InteliJ</a> IDEA,</li>
<li><a href="http://www.eclipse.org/">Eclipse</a> with some Maven 2 <a href="http://m2eclipse.sonatype.org/">pluggin</a>, or use the</li>
<li><a href="http://maven.apache.org/">Maven 2</a> toolkit if you like a console command line</li>
</ul>
Author: Pavel Ponec, help.ujorm@gmail.com
</body>
</html>