dulcianonit.wordpress.com
Systems Analyst Techniques for Interviewing Users | Dulcian on IT
https://dulcianonit.wordpress.com/2013/03/20/systems-analyst-interviewing-techniques
Opinions about IT, databases and life from Dulcian. Systems Analyst Techniques for Interviewing Users. On March 20, 2013. About a million years ago, I wrote my doctoral dissertation about how to talk to computer system users. I videotaped 50 systems analysts talking to 50 different real estate brokers discussing the requirements for a system. I did formal protocol analysis on each of the tapes. Then I started testing a bunch of hypotheses:. The syntax of the question does not matter. Good analysts come t...
dulcianonit.wordpress.com
What is the role of the database in web architecture? | Dulcian on IT
https://dulcianonit.wordpress.com/2013/03/15/what-is-the-role-of-the-database-in-web-architecture
Opinions about IT, databases and life from Dulcian. What is the role of the database in web architecture? On March 15, 2013. Many web developers think that the answer to this question is: As a useless artifact fit for a museum . Probably the most common perspective among JavaEE developers is: As a place to store persistent copies of our classes . Organizations that still think databases are useful might answer: We write our batch code as stored procedures, but all of our UI code is in the middle tier.
dulcianonit.wordpress.com
Ileana Balcu | Dulcian on IT
https://dulcianonit.wordpress.com/author/ileanabalcu
Opinions about IT, databases and life from Dulcian. Posts by Ileana Balcu. April 15, 2013. Top 5 Issues that Cannot be Resolved by DBAs at NYOUG on. March 13, 2013. Case-sensitive object names on. February 25, 2013. New book: Expert PL/SQL Practices for Oracle Developers and DBAs on. August 3, 2011. Creating a comma-separated list of items from a column on. August 1, 2011. Installing Oracle 32b Development tools in Windows 7 on. July 22, 2011. Definition of business rules on. July 22, 2010. April 20, 2016.
dulcianonit.wordpress.com
We moved! | Dulcian on IT
https://dulcianonit.wordpress.com/2013/04/15/we-moved
Opinions about IT, databases and life from Dulcian. On April 15, 2013. Thank you for following our blog. We just moved to a new website. All the previous posts are transferred to the blog on the new site:. Please let us know if you encounter any issues with the new website/blog! We hope we get to continue the conversation! From → Other. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Join 11 other followers. It was a...
dulcian.com
Resources - Dulcian, Inc.
http://dulcian.com/resources
News & Events. Dulcian’s whitepapers, articles, and presentations include useful information based on years of experience building systems. Dulcian developers are frequent speakers at Oracle conferences and events. You can also check the Dulcian blog for Oracle database tips and systems development posts. PL/SQL Tips and Tricks. For more Oracle development, PL/SQL and database administration topics, also check out Michael Rosenblum’s blog. Patient-Centered Chronic Care Plan. Sign up for Dulcian News.
dulcianonit.wordpress.com
Paul Dorsey | Dulcian on IT
https://dulcianonit.wordpress.com/author/pauldorsey
Opinions about IT, databases and life from Dulcian. Posts by Paul Dorsey. Another Anecdote Supporting the Thick Database Approach (and some other lessons learned) on. March 22, 2013. The BEST IT Project Management Book Ever is: If Disney Ran Your Hospital on. March 21, 2013. Systems Analyst Techniques for Interviewing Users on. March 20, 2013. The Challenge of Converting Oracle Forms to ADF (or anything in the Java EE world) on. March 18, 2013. March 16, 2013. March 15, 2013. March 14, 2013. April 13, 20...
dulcianonit.wordpress.com
Case Study: “The Origin of the Object Interaction Repository” | Dulcian on IT
https://dulcianonit.wordpress.com/2013/03/16/case-study-the-origin-of-the-object-interaction-repository
Opinions about IT, databases and life from Dulcian. Case Study: “The Origin of the Object Interaction Repository”. On March 16, 2013. Case Study: The Origin of the Object Interaction Repository. PureEdge was not really intended as an interface product for a database. However, they did have an interface that would read and write the data from a form as XML. We ended up building our own repository to support this that looked something like the following:. Generate XML for on-screen forms. The repository it...
dulcianonit.wordpress.com
The BEST IT Project Management Book Ever is: “If Disney Ran Your Hospital” | Dulcian on IT
https://dulcianonit.wordpress.com/2013/03/21/the-best-it-project-management-book-ever-is-if-disney-ran-your-hospital
Opinions about IT, databases and life from Dulcian. The BEST IT Project Management Book Ever is: If Disney Ran Your Hospital. On March 21, 2013. If Disney Ran Your Hospita. L: 9 1/2 Things you Would Do Differently (. In the interest of full disclosure, this is my translation of the book into IT terms. I make no claims that the author would endorse or even agree with my interpretation. You can’t have more than one primary goal. This got me thinking. What is Dulcian’s core value? What are we really about?
dulcianonit.wordpress.com
Dulcian on IT | Opinions about IT, databases and life from Dulcian. | Page 2
https://dulcianonit.wordpress.com/page/2
Opinions about IT, databases and life from Dulcian. March 14, 2013. Even if a Generic Rules Engine does not exist, that doesn’t mean you have to hand code! Prior to Dulcian trying to code this, it had mostly been hand-coded and it was very difficult to do it perfectly every time. We had two choices:. We could either code it all by hand by trying to code each rule in a similar way in order to make the code readable and easy to maintain, or. March 13, 2013. The New York Oracle Users Group. Held its Spring ...
dulcianonit.wordpress.com
The Challenge of Converting Oracle Forms to ADF (or anything in the Java EE world) | Dulcian on IT
https://dulcianonit.wordpress.com/2013/03/18/the-challenge-of-converting-oracle-forms-to-adf-or-anything-in-the-java-ee-world
Opinions about IT, databases and life from Dulcian. The Challenge of Converting Oracle Forms to ADF (or anything in the Java EE world). On March 18, 2013. The Challenge of Converting Oracle Forms to ADF (or anything in the Java EE world). How do I convert my Oracle Forms applications to? However, here we are ten years later and we still do not a have a capable converter from Forms to anything. Why not? The following lists some of the interesting things about Forms that make converters challenging:. In Fo...