Menu

[r951]: / ch.sahits.codegen.help / html / concepts / furtherReading.html  Maximize  Restore  History

Download this file

61 lines (50 with data), 3.8 kB

 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Further Reading</title>
</head>
<body>
<h1>Further Reading</h1>
<h3><a name="jet">JET</a></h3>
<p><a href="http://www-128.ibm.com/developerworks/opensource/library/os-ecl-jet/?ca=dgr-eclipse-1" rel="nofollow">Create more -- better -- code in Eclipse with JET</a> A
good tutorial from IBM (Aug 2006)<br>
<a href="http://www.eclipse.org/articles/Article-JET/jet_tutorial1.html" rel="nofollow">JET Tutorial Part 1 (Introduction to JET)</a> and <a href="http://www.eclipse.org/articles/Article-JET2/jet_tutorial2.html" rel="nofollow">JET Tutorial Part 2 (Write Code that Writes Code)</a>
(Jul 2003) illustrating the way from a JET project to a plug-in.<br>
<a href="http://wiki.eclipse.org/JET_FAQ_How_do_I_create_custom_tag%3F" rel="nofollow">How to create custom XPATH Function?</a><br>
<a href="http://wiki.eclipse.org/JET_FAQ_How_do_I_create_custom_tag%3F" rel="nofollow">How to create custom tag?</a><br>
</p>
<h3><a name="ast">Abstract Syntax Tree (AST)</a></h3>
<p><a href="http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jdt.doc.isv/reference/api/index.html" rel="nofollow">JDT API Documentation</a><br>
<a href="http://www.eclipse.org/articles/article.php?file=Article-JavaCodeManipulation_AST/index.html" rel="nofollow">Abstract Syntax Tree</a> Article<br>
<a href="http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse.jdt.doc.isv/guide/jdt_api_manip.htm" rel="nofollow">Manipulating Java Code</a><br>
<a href="http://www.eclipsecon.org/2008/sub/attachments/JDT_fundamentals.ppt" rel="nofollow">JDT fundamentals</a><br>
<a href="http://blog.sahits.ch/?p=228">YAAT - Yet another AST
tutorial</a><br>
<a href="http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.jdt.doc.isv/reference/api/index.html">AST
Javadoc</a><br>
</p>
<h3>JDom</h3>
<p><a href="http://www.javaworld.com/javaworld/jw-05-2000/jw-0518-jdom.html" rel="nofollow">JDom Tutorial on JavaWorld</a><br>
</p>
<h3>Database</h3>
<p><a href="http://www.torsten-horn.de/techdocs/java-sql.htm">JDBC Connection examples</a></p>
<h4>Oracle</h4>
<p><a href="http://www.ss64.com/orasyntax/datatypes.html" rel="nofollow">Oracle Data Type (versions 7 - 9)</a> and <a href="http://www.psoug.org/reference/datatypes.html" rel="nofollow">Oracle
Datatypes &amp; Subtypes (version 11)</a><br>
<a href="http://youngcow.net/doc/oracle10g/server.102/b14200/statements_7002.htm" rel="nofollow">Create Table Syntax (version 10.2)</a><br>
<a href="http://youngcow.net/doc/oracle10g/server.102/b14200/statements_5010.htm" rel="nofollow">Create Index Syntax (version 10.2)</a><br>
<a href="http://www.alberton.info/oracle_meta_info.html">Metadata queries</a></p>
<h4>MySQL</h4>
<p><a href="http://dev.mysql.com/doc/refman/5.0/en/create-table.html">Create Syntax for table</a> for MySQL 5.0<br>
<a href="http://dev.mysql.com/doc/refman/5.0/en/create-index.html">Create Syntax for index</a> for MySQL 5.0
</p>
<h4>SQL Server (Microsoft)</h4>
<p><a href="http://www.aspfree.com/c/a/MS-SQL-Server/A-Primer-on-INFORMATIONSCHEMA-Views-in-SQL-Server-2000/">Information Schema</a> for MS Server 2000<br>
<a href="http://www.aspfree.com/c/a/ASP/Creating-And-Altering-Tables-In-Microsoft-SQL-SERVER-2000/">Create Syntax for tables</a> for MS SQL Server 2000<br>
<a href="http://msdn.microsoft.com/en-us/library/aa258255%28SQL.80%29.aspx">Create Syntax for tables</a> for SQL Server 2000 (by Microsoft)<br>
<a href="http://msdn.microsoft.com/en-us/library/aa258260%28SQL.80%29.aspx">Create Syntax for index</a> for SQL Server 2000 (by Microsoft)<br>
<a href="http://msdn.microsoft.com/en-us/library/aa258271.aspx">Data Type definition</a>
</p>
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.