Replaced Wordpress URL by http://blog.jooq.org

This commit is contained in:
Lukas Eder 2012-04-14 11:56:29 +00:00
parent 69bf32942d
commit 64a80a8e4c
5 changed files with 19 additions and 19 deletions

View File

@ -441,7 +441,7 @@ concerned:
JOIN expressions to create more complex table sources. See a
recent blog post on the subject here:
http://lukaseder.wordpress.com/2012/01/15/lets-revise-the-sql-from-clause/
http://blog.jooq.org/2012/01/15/lets-revise-the-sql-from-clause/
Features and improvements
-------------------------
@ -615,7 +615,7 @@ include
For more information about using jOOQ with Scala, see this blog
post:
http://lukaseder.wordpress.com/2011/12/11/the-ultimate-sql-dsl-jooq-in-scala/
http://blog.jooq.org/2011/12/11/the-ultimate-sql-dsl-jooq-in-scala/
There is now also experimental support for a custom type mapping.
This mapping allows to rewrite data types at code generation time
@ -947,7 +947,7 @@ added support for JDBC batch operations. You can now batch
execute several queries.
See the official blog for more information:
http://lukaseder.wordpress.com/2011/10/25/jdbc-batch-operations-with-jooq/
http://blog.jooq.org/2011/10/25/jdbc-batch-operations-with-jooq/
Features and improvements
-------------------------
@ -994,13 +994,13 @@ improvements, using stored procedures and functions becomes even
more reliable, especially when cursor types are involved. Read
more about the rationale behind this change:
http://lukaseder.wordpress.com/2011/10/17/what-are-procedures-and-functions-after-all/
http://blog.jooq.org/2011/10/17/what-are-procedures-and-functions-after-all/
Apart from that, important improvements have been made in the
area of plain SQL tables. Also, consider a demo integration of
jOOQ with Google Cloud SQL:
http://lukaseder.wordpress.com/2011/10/22/jooq-and-google-cloud-sql-example/
http://blog.jooq.org/2011/10/22/jooq-and-google-cloud-sql-example/
Features and improvements
-------------------------
@ -1293,7 +1293,7 @@ Apart from that, project CURSOR is advancing and it is now
possible to unnest arrays into tables. See this article for
details about where jOOQ is heading with project CURSOR:
http://lukaseder.wordpress.com/2011/07/24/the-power-of-ref-cursor-types/
http://blog.jooq.org/2011/07/24/the-power-of-ref-cursor-types/
Features and improvements
-------------------------

View File

@ -113,7 +113,7 @@
</div>
<div id="footer">
<p class="right">jOOQ is brought to you by <a href="http://lukaseder.wordpress.com" title="Lukas's Blog about Java, SQL, and jOOQ">Lukas Eder</a>.
<p class="right">jOOQ is brought to you by <a href="http://blog.jooq.org" title="Lukas's Blog about Java, SQL, and jOOQ">Lukas Eder</a>.
Distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" title="Apache 2 License">Apache 2 licence</a></p>
</div>
</div>

View File

@ -441,7 +441,7 @@ concerned:
JOIN expressions to create more complex table sources. See a
recent blog post on the subject here:
http://lukaseder.wordpress.com/2012/01/15/lets-revise-the-sql-from-clause/
http://blog.jooq.org/2012/01/15/lets-revise-the-sql-from-clause/
Features and improvements
-------------------------
@ -615,7 +615,7 @@ include
For more information about using jOOQ with Scala, see this blog
post:
http://lukaseder.wordpress.com/2011/12/11/the-ultimate-sql-dsl-jooq-in-scala/
http://blog.jooq.org/2011/12/11/the-ultimate-sql-dsl-jooq-in-scala/
There is now also experimental support for a custom type mapping.
This mapping allows to rewrite data types at code generation time
@ -947,7 +947,7 @@ added support for JDBC batch operations. You can now batch
execute several queries.
See the official blog for more information:
http://lukaseder.wordpress.com/2011/10/25/jdbc-batch-operations-with-jooq/
http://blog.jooq.org/2011/10/25/jdbc-batch-operations-with-jooq/
Features and improvements
-------------------------
@ -994,13 +994,13 @@ improvements, using stored procedures and functions becomes even
more reliable, especially when cursor types are involved. Read
more about the rationale behind this change:
http://lukaseder.wordpress.com/2011/10/17/what-are-procedures-and-functions-after-all/
http://blog.jooq.org/2011/10/17/what-are-procedures-and-functions-after-all/
Apart from that, important improvements have been made in the
area of plain SQL tables. Also, consider a demo integration of
jOOQ with Google Cloud SQL:
http://lukaseder.wordpress.com/2011/10/22/jooq-and-google-cloud-sql-example/
http://blog.jooq.org/2011/10/22/jooq-and-google-cloud-sql-example/
Features and improvements
-------------------------
@ -1293,7 +1293,7 @@ Apart from that, project CURSOR is advancing and it is now
possible to unnest arrays into tables. See this article for
details about where jOOQ is heading with project CURSOR:
http://lukaseder.wordpress.com/2011/07/24/the-power-of-ref-cursor-types/
http://blog.jooq.org/2011/07/24/the-power-of-ref-cursor-types/
Features and improvements
-------------------------

View File

@ -1,10 +1,10 @@
<?php
<?php
require 'frame.php';
function getH1() {
return 'Useful links for jOOQ users and developers';
}
function getSlogan() {
return "You've come far in your search of more intuitive integration of SQL and Java.
return "You've come far in your search of more intuitive integration of SQL and Java.
Here you will find further resources related to jOOQ, to similar products and
other inspiration related to jOOQ";
}
@ -23,7 +23,7 @@ function printContent() {
<h2>jOOQ in the WWW</h2>
<ul>
<li>On Twitter: <a href="https://twitter.com/#!/JavaOOQ" title="jOOQ on Twitter">https://twitter.com/#!/JavaOOQ</a>
<li>On Wordpress: <a href="http://lukaseder.wordpress.com/" title="Lukas Eder's blog about Java, SQL and jOOQ">http://lukaseder.wordpress.com/</a></li>
<li>On Wordpress: <a href="http://blog.jooq.org" title="Lukas Eder's blog about Java, SQL and jOOQ">http://blog.jooq.org</a></li>
<li>On SourceForge: <a href="https://sourceforge.net/projects/jooq/" title="jOOQ download and hosting on source forge">https://sourceforge.net/projects/jooq/</a></li>
<li>On GitHub: <a href="https://github.com/lukaseder/jOOQ" title="fork jOOQ on GitHub">https://github.com/lukaseder/jOOQ</a></li>
<li>On ohloh: <a href="https://www.ohloh.net/p/jooq" title="see some statistics about jOOQ on ohloh">https://www.ohloh.net/p/jooq</a></li>
@ -63,6 +63,6 @@ function printContent() {
required but too verbose. jOOX only wraps the underlying document and
can be used to enhance DOM, not as an alternative.</p>
</div>
<?php
<?php
}
?>

View File

@ -2231,7 +2231,7 @@ public final class Routines {
topic, here:
</p>
<p>
<a href="http://lukaseder.wordpress.com/2011/10/17/what-are-procedures-and-functions-after-all/" title="Blog post about the difference between procedures and functions in various RDBMS">lukaseder.wordpress.com/2011/10/17/what-are-procedures-and-functions-after-all/</a>
<a href="http://blog.jooq.org/2011/10/17/what-are-procedures-and-functions-after-all/" title="Blog post about the difference between procedures and functions in various RDBMS">blog.jooq.org/2011/10/17/what-are-procedures-and-functions-after-all/</a>
</p>
<h3>Packages in Oracle</h3>
@ -3394,7 +3394,7 @@ create.select(nested.getFields())
to find good examples, because there is always an easier way to
express the same thing. But why not just count the number of books the
really hard way? :-) But then again, maybe you want to take advantage
of <a href="http://lukaseder.wordpress.com/2011/09/02/oracle-scalar-subquery-caching/" title="Oracle Scalar Subquery Caching with jOOQ">Oracle Scalar Subquery Caching</a></p>
of <a href="http://blog.jooq.org/2011/09/02/oracle-scalar-subquery-caching/" title="Oracle Scalar Subquery Caching with jOOQ">Oracle Scalar Subquery Caching</a></p>
<code-pair>
<sql> SELECT LAST_NAME, (