<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Days of ... (books)</title><link>http://blog.yellowbluebus.com</link><description>Useful technology stuff</description><lastBuildDate>Wed, 03 Jul 2013 12:03:00 GMT</lastBuildDate><generator>nikola</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Software Architecture in Practice. Part 2.</title><link>http://blog.yellowbluebus.com/posts/wordpress20040809109205325600252650.html</link><description>&lt;html&gt;&lt;body&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;After third example based on non-functioning code I dropped reading "Software Architecture in Practice".  I can provide more practice that authors of that book provided. There is no point continue reading that book if I have other software architecture books to read.&lt;/p&gt;
&lt;p&gt;Tomorrow would be a big day for work project - management does big software architecture presentation.&lt;/p&gt;
&lt;p&gt;We finally selected J2EE as platform choice. This is because all the infrastructure needed for out flexible project is available on Java side. We need to use xslt templates so our html pages would be really flexible - Cocoon2 is for that. We need a flexible way to manage our business logic - Struts is for that. And we need to scale our code up in future with no rewriting - J2EE for that. &lt;/p&gt;
&lt;p&gt;I always inclined for MS solutions, but here is the perfect example why have chosen J2EE over .Net. Flexibility of solution and less license costs are the major players here.&lt;/p&gt;
&lt;p&gt;Now I need to put more J2EE specific methods into my model. I wonder how Enterprise Architect would be able to switch my classes to Java and database to MySQL.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</description><guid>http://blog.yellowbluebus.com/posts/wordpress20040809109205325600252650.html</guid><pubDate>Mon, 09 Aug 2004 13:07:36 GMT</pubDate></item><item><title>Software Architecture in Practice, Visual Studio and Enterprise Architect</title><link>http://blog.yellowbluebus.com/posts/wordpress20040729109110854400069929.html</link><description>&lt;html&gt;&lt;body&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Well, one more day reading book, I think I have to go straight to third "real life" architecture sample because second one was about another unreleased project. Now it's about Air Traffic Control project, which was funded by FAA, but never was implemented "because of budgeting issues". In real world that means "project was well over budget even before implementation started". Which, in turn, speaks against architecture, because architecture supposed to help projects to be on budget...&lt;/p&gt;
&lt;p&gt;Yesterday I subscribed on Channel9 Forums RSS and somebody wrote there that Visual Studio 2005 designer does not support UML. "Huh?", - I thought and went looking for more information. Read three or four articles and found that MS decided not to extend UML 2.0 with their extension, but to create whole new diagram language. Nice turn for Microsoft, wrong for developers. As far as I can see, MS research recognised that most developers use only class diagrams and never use any of the other UML artifacts and developers seldom use Visio, which Microsoft recognizes as full blown UML editor. That's fine, but what about architects? Should they use only class diagrams, which is by definition static views, to describe systems? There is no answer.&lt;/p&gt;
&lt;p&gt;I use &lt;a href="http://www.sparxsystems.com.au/"&gt;Enterprise Architect&lt;/a&gt; for my work. It is way better than Visio, much better than Rational XDE and would continue to stay better, than rudimentary Visual Studio 2005 tools. And it supports UML 2.0 and extensions. And there is a add-on for Visual Studio, though I haven't tried it. &lt;/p&gt;
&lt;p&gt;Back to work...&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</description><guid>http://blog.yellowbluebus.com/posts/wordpress20040729109110854400069929.html</guid><pubDate>Thu, 29 Jul 2004 14:42:24 GMT</pubDate></item><item><title>Software Architecture in Practice. Part 2.</title><link>http://blog.yellowbluebus.com/posts/wordpress20040728109100579688026827.html</link><description>&lt;html&gt;&lt;body&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Continued reading "Software Architecture in Practice, Second Edition". Read first "hand on" example of applied architecture is about software system for fighter jet, A-7E. Described system is really good for non object oriented assembly language it suppose to run. Decomposition is good, paradigms are working. Fine system! &lt;/p&gt;
&lt;p&gt;But it just never worked! Authors claims that it was a primarily research goal for a system , not something for real production because the system was produced by US Naval Research Laboratory. As if US Navy has US Naval Software Production Laboratory of any kind. And if US Navy doesn't have any other software production facility and if project was never applied to a real fighter jet it is failure. We live in real world, we need real world working examples of architecture in place.&lt;/p&gt;
&lt;p&gt;Anyway, will continue reading though really wanted to stop.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</description><guid>http://blog.yellowbluebus.com/posts/wordpress20040728109100579688026827.html</guid><pubDate>Wed, 28 Jul 2004 10:09:56 GMT</pubDate></item><item><title>Software Architecture in Practice. Part 1. Life.</title><link>http://blog.yellowbluebus.com/posts/wordpress20040727day.html</link><description>&lt;html&gt;&lt;body&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Started reading "&lt;a href="http://www.amazon.com/exec/obidos/tg/detail/-/0321154959/qid=1090932838/sr=1-1/ref=sr_1_1/002-2352615-7460810?v=glance&amp;amp;s=books"&gt;Software Architecture in Practice, Second Edition&lt;/a&gt;". It looks like a good book, though first 20 pages have too much of "we mention it here, but for details refer to Chapter X". Which breaks logic a bit. &lt;/p&gt;
&lt;p&gt;At work got through two meetings so far: &lt;/p&gt;&lt;ol&gt;&lt;li&gt;mini one, about job spec for Program Manager. 
&lt;blockquote&gt;Removed all "&lt;em&gt;new media&lt;/em&gt;"(wtf is that, anyway?) and added knowledge of RUP and UML as mandatory attributes. Is it a part of the job of Technical Architect to create a job specs for managers?&lt;/blockquote&gt;

&lt;/li&gt;

&lt;li&gt;about status of the Product we are building.

&lt;blockquote&gt;We are &lt;em&gt;oficially&lt;/em&gt; late now. 

Not because of our bad work, but because of a low priority our requirements gathering work has in the eyes of our client. And we lost BA down the road. Account manager wants to know why we don't need a full blown Content Management System in this project. Well, that's the question: why do we need it if everything visible will be generated from database? 



Now I have date of my first deliverable: I need to deliver first version of Software Architecture documentation next Wednesday. I pretty confident that I will be able to finish most of that document, so no worries here.&lt;/blockquote&gt;&lt;/li&gt;

&lt;p&gt;&lt;/p&gt;&lt;/ol&gt;Changed database schema a bit. Now Promotions are handled the same way as any additional information related to Product Catalog Items. 
&lt;p&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</description><guid>http://blog.yellowbluebus.com/posts/wordpress20040727day.html</guid><pubDate>Tue, 27 Jul 2004 13:52:38 GMT</pubDate></item></channel></rss>