The Artima Developer Community
Sponsored Link

Java Buzz Forum
Ansi SQL-AOP 2015 Released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Ansi SQL-AOP 2015 Released Posted: Mar 3, 2005 6:33 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Ansi SQL-AOP 2015 Released
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
A new ANSI-SQL standard has been released, named SQL-AOP 2015. The aim of this sub-spec is to take SQL to the next level, and enable AOP support. Now, your DBA can package cross cutting concerns in "stored aspect libraries" in the database. Some of the features include: Rich pointcut language for SQL Capture before/after/around advice on any SQL statement Advise PL/SQL, T-SQL, or other code Force caching semantics based on AOP policy advice Logging TX semantics Security filters (including: instance based) You can capture rich semantics such as: Before the trigger named 'foo' causes a change to index 'x' make sure that you update 'bar' Load up the cache for tables x, y, and z, when a SELECT captures fields f1, and f2, on table t1 Larry Ellison was quoted as saying: SQL-AOP is going to revolutionize the world of computing. The database is the network. Finally, my vision of the network computer can come to fruition and I can finally make fun of my good friend Steve Jobs. A developer at TheServerSide symposium responded with: Finally, I can get rid of the logging code that I scatter in my PL/SQL scripts. This is a god-send for database computing. Microsoft SQL Server specialists commented that: We are watching the standard closely, and will only copy from those that go before us. We also have MSSQL-AOP that we are working on, that is similar to this standard, but we changed some of the names, and embedded it into the core .NET framework.

Read: Ansi SQL-AOP 2015 Released

Topic: MoveableType OUT Blojsom IN Previous Topic   Next Topic Topic: Thawte Web of Trust (WOT)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use