|
Sponsored Links
Resources
Enterprise Java Research Library
Get Java white papers, product information, case studies and webcasts
|
News
News
News
|
Messages: 20
Messages: 20
Messages: 20
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
Case Study: National Healthcare System of Brazil and Java
Sun has posted a case study on how the National Healthcare System of Brazil is using Java and XML. The case study talks about a project to implement a national repository of health records.
The interesting part of the architecture is that it is very old school, in that they just use JDBC. No Entity Beans, or JDO/Hibernate, or fancy DAO builder. The same goes for JAXP vs. JAXB/XML Beans/<insert cool XML system>, and for Servlets vs. Struts/WebWork/Faces/Tapestry/<insert cool web application framework>. This is probably just due to the age of the application though ("JAXB was not available at the time of the pilot").
View the case study on: How Java Technology and XML Are Improving Healthcare in Brazil
|
Threaded replies
| · |
KISS
by
D S
on Mon Mar 01 04:02:10 EST 2004
|
|
Message #112326
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Case Study: National Healthcare System of Brazil and Java
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
The interesting part of the architecture is that it is very old school, in that they just use JDBC. No Entity Beans, or JDO/Hibernate, or fancy DAO builder.
============================================================
Sun is writing a paper to market their technology not yours or your buddies. Why you are pointing to old technology? Smart people can build excellent application using simple JDBC
|
|
Message #112328
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Case Study: National Healthcare System of Brazil and Java
> Smart people can build excellent application using simple JDBC
you don't need to be smart to build an excellent application with only JDBC, but to select it.
|
|
Message #112342
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Makes me proud
This makes me even more proud of being a Brazilian software developer. Other countries should take a look at our electronic voting system too, the most advanced in the world:
http://www.enterbrasil.com/election/election.html
The only bad thing about it: it's not based on Java technology... :(
Regards,
Henrique Steckelberg
|
|
Message #112347
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Case Study: National Healthcare System of Brazil and Java
This is good stuff. KISS is a pattern in itself, and probably the most neglected in business architecture.
The Sun article also does justice to this principle. It is clearly laid out and easy to understand, and manages to be fairly comprehensive without sacrificing too much technical detail. All in 10 pages! An object lesson in how to construct a high-level architecture document.
|
|
Message #112352
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
In a good way...
I meant this in a GOOD way. They developed an app that works, and didn't just talk about buzzwords and bleading edge tech.
Dion
|
|
Message #112388
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
The amount of data.
"> 50 gigabytes of data/million users/year"
Our clinic is producing one terabyte of radiology data every 6-7 months for 10000 -15000 patients. Actually we are working on the same project in Germany and it is very interesting for me how they solved problem of transfer such a big data to the central servers.
|
|
Message #112436
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
The amount of data.
> "> 50 gigabytes of data/million users/year"
>
> Our clinic is producing one terabyte of radiology data every 6-7 months for 10000 -15000 patients. Actually we are working on the same project in Germany and it is very interesting for me how they solved problem of transfer such a big data to the central servers.
It is very interesting project, I hope you do not use XML, do you ?
|
|
Message #112449
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
The amount of data.
The radiology data stays in original DICOM format and we use streaming to deliver DICOM data to the end points. The rest data is in XML.
|
|
Message #112482
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
The amount of data.
> The radiology data stays in original DICOM format and we use streaming to deliver DICOM data to the end points. The rest data is in XML.
I am not expert and there is no way to implement something like this in our country (internet connection is too slow or it can be more expensive than data itself). We have two ways, reduce and compress data, drop XML or to use bag to transport this kind of data if compression does not help.
|
|
Message #112485
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
The amount of data.
> I am not expert and there is no way to implement something like this in our country (internet connection is too slow or it can be more expensive than data itself). We have two ways, reduce and compress data, drop XML or to use bag to transport this kind of data if compression does not help.
We didn't solve data transfer problem finally, but for end users, e.g. for doctors we deliver radiology data through streaming and it works fine even with slow modem connection.
Actually the model of our application is different than one in Brazil, but problems with data transfer are same.
|
|
Message #112546
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
KISS
>> No, KISS is not a pattern, it's a goddamned slogan
Actually it's the one of the best pieces of advice you'll ever get as a software engineer.
|
|
Message #112604
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Brazillian Voting System
I'm very proud of this (healthy system) news too. As a brazillian developer, I'm sure that we one of the most advanced coutries in Java. I work in the Electoral Court and think that it could use more open technologies, as linux and Java, and the lack of a more open-source sight of the Electoral big heads..
But nobody can't say brazil hasn't one of the most success eletronic vote system ever done. In this year (as in 2002) we'll have all the cities covered by the Urna Eletrônica (as we call the vote machine), and that's not small think, as there's a lot of remote places hard to get to.
Emerson Cargnin
|
|
Message #112611
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
KISS
>Actually it's the one of the best pieces of advice you'll ever get
> as a software engineer.
You can't measure it. Most people will not agree on it when they see it.
Most people will not agree on a way to get it. There's more than one
way to get there. It's very personal. It's very context sensitive.
It's very sloganish because it is ineffable. It's more of guise
for everyone to do what they want under the protection of a
lofty principle.
|
|
Message #112759
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
KISS
When I say that "KISS is a pattern in itself", I am thinking in terms of Christopher Alexander's original definition, of which context sensitivity is indeed part. IIRC he defined a pattern as a three part construct:
(1) the context (i.e. under what conditions does this pattern hold).
(2) a system of forces that exert pressure away from a problem and towards a solution or goal.
(3) the solution itself; a configuration that balances the system of forces or solves the problems presented.
I would therefore say that KISS meets the criteria of pattern identity, since:
(1) it holds under conditions where simplicity does not degrade quality, and where additional complexity does not provide appreciable and forseeable benefit.
(2) there is a system of forces (usability, maintainability, testability, understandability, etc.) which exert pressure away from complex solutions and towards simple ones.
(3) reduced complexity (fewer artifacts, nodes, dependencies, SLOC) balances those forces, and solves those problems concerning usability, maintainability etc.
|
|
 |
New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com |
 |
 |
Reza Rahman continues to explore the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6.
(January 21, Article)
Ted Neward is an independent consultant specializing in high-scale enterprise systems, and an authority in Java and .NET technologies. He is the author and co-author of several books, including Effective Enterprise Java. At TheServerSide Java Symposium in March, he will be presenting sessions on pragmatic architecture, ECMAScript and Scala.
(January 15, Article)
Now that Oracle is absorbing Sun Microsystems, there mixed views on what should come of the Java Community Process (JCP). While some say Oracle should become the new steward of Java and keep the JCP much as it was, others argue that it may be time to open-source this widespread language.
(November 24, Article)
Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6.
(November 2, Article)
SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options.
(September 28, Article)
Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team.
(September 22, Article)
Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies.
(July 14, Article)
JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags.
(June 29, Article)
In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project.
(June 23, Tech Talk)
Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now.
(June 15, Tech Talk)
In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements.
(June 15, Tech Talk)
In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls.
(June 4, Tech Talk)
Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable.
(May 28, Tech Talk)
This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work.
(May 26, Tech Talk)
Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers.
(May 21, Tech Talk)
Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application.
(May 19, Article)
Download the entire book of Jakarta-Struts Live and learn about Struts MVC, Tiles, the Validator, DynaActionForms, plug-ins, internationalization, and more.
(Book PDF Download)
The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)
|
|