Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #10764 > unrolled thread

Any book that explains how to implement transactions?

Started bySaxo <saxo123@gmx.de>
First post2011-12-15 01:20 -0800
Last post2011-12-21 11:34 +0100
Articles 8 — 4 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  Any book that explains how to implement transactions? Saxo <saxo123@gmx.de> - 2011-12-15 01:20 -0800
    Re: Any book that explains how to implement transactions? Lew <lewbloch@gmail.com> - 2011-12-15 01:38 -0800
      Re: Any book that explains how to implement transactions? Jan Burse <janburse@fastmail.fm> - 2011-12-15 12:32 +0100
        Re: Any book that explains how to implement transactions? Lew <lewbloch@gmail.com> - 2011-12-15 17:46 -0800
    Re: Any book that explains how to implement transactions? Jan Burse <janburse@fastmail.fm> - 2011-12-15 12:36 +0100
    Re: Any book that explains how to implement transactions? Jan Burse <janburse@fastmail.fm> - 2011-12-15 12:40 +0100
      Re: Any book that explains how to implement transactions? Saxo <saxo123@gmx.de> - 2011-12-15 11:25 -0800
        Re: Any book that explains how to implement transactions? Sebastian <sebastian@undisclosed.invalid> - 2011-12-21 11:34 +0100

#10764 — Any book that explains how to implement transactions?

FromSaxo <saxo123@gmx.de>
Date2011-12-15 01:20 -0800
SubjectAny book that explains how to implement transactions?
Message-ID<1e51af92-6119-49db-b3cb-82eddce6b4bb@o9g2000vbc.googlegroups.com>
Hello,

I have book with the title "How Tomcat Works". It basically explains
in detail how to implement a simple web server. The final result, of
course, does not compare to something like Tomcat. But you are truly
shown how to implement a true little web server in Java. Awesome!

Now I'm looking for a similar book that shows you how to implement
transactions (or maybe how to implement a database in a broader
sense). Need not be based on Java, but it would be nice. I had no luck
searching for such a book in the online book stores or searching the
internet. Tons of articles and books about how to use some particular
database, but no book or article that explains how they are
implemented...

Any hint greatly appreciated.
Thanks, Oliver

[toc] | [next] | [standalone]


#10765

FromLew <lewbloch@gmail.com>
Date2011-12-15 01:38 -0800
Message-ID<27839965.206.1323941896818.JavaMail.geo-discussion-forums@prlu4>
In reply to#10764
Saxo wrote:
> Hello,
> 
> I have book with the title "How Tomcat Works". It basically explains
> in detail how to implement a simple web server. The final result, of
> course, does not compare to something like Tomcat. But you are truly
> shown how to implement a true little web server in Java. Awesome!
> 
> Now I'm looking for a similar book that shows you how to implement
> transactions (or maybe how to implement a database in a broader
> sense). Need not be based on Java, but it would be nice. I had no luck
> searching for such a book in the online book stores or searching the
> internet. Tons of articles and books about how to use some particular
> database, but no book or article that explains how they are
> implemented...
> 
> Any hint greatly appreciated.
> Thanks, Oliver

<http://lmgtfy.com/?q=+book+that+shows+you+how+to+implement+%20transactions>

-- 
Lew

[toc] | [prev] | [next] | [standalone]


#10769

FromJan Burse <janburse@fastmail.fm>
Date2011-12-15 12:32 +0100
Message-ID<jcclt9$1j5$1@news.albasani.net>
In reply to#10765
Lew schrieb:
> Saxo wrote:
>> Hello,
>>
>> I have book with the title "How Tomcat Works". It basically explains
>> in detail how to implement a simple web server. The final result, of
>> course, does not compare to something like Tomcat. But you are truly
>> shown how to implement a true little web server in Java. Awesome!
>>
>> Now I'm looking for a similar book that shows you how to implement
>> transactions (or maybe how to implement a database in a broader
>> sense). Need not be based on Java, but it would be nice. I had no luck
>> searching for such a book in the online book stores or searching the
>> internet. Tons of articles and books about how to use some particular
>> database, but no book or article that explains how they are
>> implemented...
>>
>> Any hint greatly appreciated.
>> Thanks, Oliver
>
> <http://lmgtfy.com/?q=+book+that+shows+you+how+to+implement+%20transactions>
>

LoL, top hit is this thread.

So there must be something wrong with this advice.

[toc] | [prev] | [next] | [standalone]


#10786

FromLew <lewbloch@gmail.com>
Date2011-12-15 17:46 -0800
Message-ID<12615386.540.1323999996072.JavaMail.geo-discussion-forums@prol32>
In reply to#10769
On Thursday, December 15, 2011 3:32:55 AM UTC-8, Jan Burse wrote:
> Lew schrieb:
> > Saxo wrote:
> >> Hello,
> >>
> >> I have book with the title "How Tomcat Works". It basically explains
> >> in detail how to implement a simple web server. The final result, of
> >> course, does not compare to something like Tomcat. But you are truly
> >> shown how to implement a true little web server in Java. Awesome!
> >>
> >> Now I'm looking for a similar book that shows you how to implement
> >> transactions (or maybe how to implement a database in a broader
> >> sense). Need not be based on Java, but it would be nice. I had no luck
> >> searching for such a book in the online book stores or searching the
> >> internet. Tons of articles and books about how to use some particular
> >> database, but no book or article that explains how they are
> >> implemented...
> >>
> >> Any hint greatly appreciated.
> >> Thanks, Oliver
> >
> > <http://lmgtfy.com/?q=+book+that+shows+you+how+to+implement+%20transactions>
> >
> 
> LoL, top hit is this thread.
> 
> So there must be something wrong with this advice.

Yes, it came too late.  If he'd done that first, then this thread wouldn't have been the top thread.  It wasn't when I did the query.  So there must be something right with this advice.

Also, try reading the second hit, or the third.  You don't just take the top hit of a Google search, duhh.  You apply thoughtful evaluation to the results, yes?

-- 
Lew

[toc] | [prev] | [next] | [standalone]


#10770

FromJan Burse <janburse@fastmail.fm>
Date2011-12-15 12:36 +0100
Message-ID<jccm44$23o$1@news.albasani.net>
In reply to#10764
Saxo schrieb:
> Now I'm looking for a similar book that shows you how to implement
> transactions (or maybe how to implement a database in a broader
> sense). Need not be based on Java, but it would be nice. I had no luck
> searching for such a book in the online book stores or searching the
> internet. Tons of articles and books about how to use some particular
> database, but no book or article that explains how they are
> implemented...

http://en.wikipedia.org/wiki/Transaction_log

[toc] | [prev] | [next] | [standalone]


#10771

FromJan Burse <janburse@fastmail.fm>
Date2011-12-15 12:40 +0100
Message-ID<jccmbs$2qg$1@news.albasani.net>
In reply to#10764
Saxo schrieb:
> Hello,
>
> I have book with the title "How Tomcat Works". It basically explains
> in detail how to implement a simple web server. The final result, of
> course, does not compare to something like Tomcat. But you are truly
> shown how to implement a true little web server in Java. Awesome!
>
> Now I'm looking for a similar book that shows you how to implement
> transactions (or maybe how to implement a database in a broader
> sense). Need not be based on Java, but it would be nice. I had no luck
> searching for such a book in the online book stores or searching the
> internet. Tons of articles and books about how to use some particular
> database, but no book or article that explains how they are
> implemented...
>
> Any hint greatly appreciated.
> Thanks, Oliver

The Design of Postgres (1986)
by Michael Stonebraker , Lawrence A. Rowe
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.48.2909

[toc] | [prev] | [next] | [standalone]


#10779

FromSaxo <saxo123@gmx.de>
Date2011-12-15 11:25 -0800
Message-ID<762bcc4d-91cb-4344-ae7a-8c899652f0d7@i8g2000vbh.googlegroups.com>
In reply to#10771
In case anybody is interested I found this book myself by chance:

Gerhard Weikum (Author), Gottfried Vossen. Transactional Information
Systems: Theory, Algorithms, and the Practice of Concurrency Control
and Recovery

Spent quite a while looking for a book like that and had no luck.
Found this today when looking for something else. Simply entering
"transactions" in the search field of some online book store did not
reveal this book ...

/Oliver

[toc] | [prev] | [next] | [standalone]


#10929

FromSebastian <sebastian@undisclosed.invalid>
Date2011-12-21 11:34 +0100
Message-ID<jcscnp$s4b$1@news.albasani.net>
In reply to#10779
Am 15.12.2011 20:25, schrieb Saxo:
> In case anybody is interested I found this book myself by chance:
>
> Gerhard Weikum (Author), Gottfried Vossen. Transactional Information
> Systems: Theory, Algorithms, and the Practice of Concurrency Control
> and Recovery
>
> Spent quite a while looking for a book like that and had no luck.
> Found this today when looking for something else. Simply entering
> "transactions" in the search field of some online book store did not
> reveal this book ...
>
> /Oliver

Gray J. & Reuter, A.; "Transaction Processing. Concepts and Techniques";
Morgan Kaufmann, 1992

Bernstein, P. & Newcomer, E., "Principles of Transaction Processing" 2nd 
edition, Morgan Kaufmann, 2009

-- Sebastian

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web