bostenitconsulting.nl
Bosten IT Consulting, Books
http://www.bostenitconsulting.nl/en/books.htm
I really like books. Especially IT related books. When I'm passing a bookstore I can't resist it's temptation. So I enter and I'm going straight to the IT book department. For the last couple of years I collected quite some books. Some books are real eye-openers. Others are just trash. Steven Feuerstein, Bill Pribyl. Http:/ www.oracleplsqlprogramming.com/. Advanced Oracle PL/SQL Programming with Packages. This book was a real eye-opener! Elements of Reusable Object-Oriented Software. A classic. As a ...
bliki-ja.github.io
エンタープライズアプリケーション開発のパターン
http://bliki-ja.github.io/DevelopingPatternsOfEnterpriseSoftware
Martin Fowler's Bliki (ja). 以下の文章は、Martin Fowler による Developing Patterns of Enterprise Software. ここはマイクロソフト パターン グループにより運営されており、 独自にパターン カタログの体系付けを行っている。 Patterns of Enterprise Application Architecture. 主な節は、ドメイン ロジック、Webプレゼンテーション、データベース統合、オフライン コンカレンシー David Riceによる 、および、分散化である。 Alur, Crupi, and Malks). Java J2EEプラットフォームに関するエンタープライズ アプリケーション アーキテクチャ パターン。 J2EEプラットフォームにフォーカスしているが、他のエンタープライズ アプリケーション プラットフォームにも適用可能 工夫が必要だが。 Microsoft Enterprise Solution Patterns. Teale, Etx, Kiel and Zeitz). 私たちはPLoP 2003...
sftweng.com
Links and resources | On Software Engineering
http://www.sftweng.com/links-and-resources
The following is a list of useful links and resources grouped by category which may be of interest. The Carnegie Mellon Software Engineering Institute (SEI). Grady Booch’s Blog. Handbook of Software Architecture. Association for Computing Machinery (ACM). The Open Group’s Architecture Forum. The DoDAF Architecture Framework. International Association for Software Architects. Software Engineering Body of Knowledge (SWEBOK). SEI’s Library (reports, presentations, books, webinars, podcasts, videos). Code Co...
jtechlog.blogspot.com
JTechLog - Viczián István Java blogja
http://jtechlog.blogspot.com/2014/11/java-ki-kicsoda.html
Viczián István Java blogja. 2014 november 13., csütörtök. Ezzel a poszttal azokat az embereket szeretném bemutatni, akiket érdemes követni Java programozóként, hiszen sokat tesznek a közösségért, vagy meghatározó/érdekes gondolataik vannak ebben a témában. Természetesen a lista nem teljes, ezért amennyiben valakit kihagyok, nyugodtan írjátok meg commentben. Könyvnek, mely a NetBeans Platform API-jának kialakítása közben szerzett tapasztalatokat összegzi, alapmű a témában. Legújabb dobása a DukeScript.
japhon.blogspot.com
eXception raiser: July 2004
http://japhon.blogspot.com/2004_07_01_archive.html
Is it a bug? Nope, it's a feature! Friday, July 30, 2004. Optimizing CMP Entity Bean. Found an interesting tips on theserverside. About optimizing CMP Entity Bean! Posted by awicaksi @ 10:29 AM. Friday, July 09, 2004. XAException: XAER RMERR (xa recover). While WAS5.1 Test Environment running (connected to Oracle9i as datasource provider),. Got the following error message in periodically:. CfName = GUK XADataSource. ConfigProps = [Deployed Resource Adapter Properties]. At com.ibm.ws.rsadapter...At com...
japhon.blogspot.com
eXception raiser: ORA-01591: lock held by in-doubt distributed transaction
http://japhon.blogspot.com/2005/03/ora-01591-lock-held-by-in-doubt.html
Is it a bug? Nope, it's a feature! Wednesday, March 09, 2005. ORA-01591: lock held by in-doubt distributed transaction. I've never seen this error before :p. I got it on my application due some distributed transaction processes. ORA-01591: lock held by in-doubt distributed transaction 1.0.138073. According to Oracle's guide. There are several step that i should do for resolving this problem, but i'll jump to the fastest (and maybe dirty) way. SELECT * FROM sys.dba 2pc pending WHERE state='prepared';.
japhon.blogspot.com
eXception raiser: ORA-01653: Unable to extend table xxx by ### in tablespace xxx_dat
http://japhon.blogspot.com/2005/06/ora-01653-unable-to-extend-table-xxx.html
Is it a bug? Nope, it's a feature! Monday, June 06, 2005. ORA-01653: Unable to extend table xxx by # # in tablespace xxx dat. Got an SQLException contains ORA-01653: Unable to extend table xxx by # # in tablespace xxx dat. The tablespace's datafile was no longer able to be extended because of some limitation (even it's already set as autoextendable), probably OS limitation. Create another datafile for the tablespace (using sysdba priviledge account). ALTER TABLESPACE xxx dat ADD DATAFILE.
japhon.blogspot.com
eXception raiser: February 2006
http://japhon.blogspot.com/2006_02_01_archive.html
Is it a bug? Nope, it's a feature! Monday, February 06, 2006. Scarab's administrator couldn't login. I've just installed a copy of Scarab-1.0-a20, and power it with MySQL5. Since I'm an impatience person, I didn't read the entirely manual guide becauze I thought it's similar with the previous versions, which I've ever use them in several occasions. I believe I have installed it correctly this time, but. I was unable to login using predefined account. After trace into the log file, I faced a two problems:.