« July 12, 2003 | Main | July 15, 2003 »

July 14, 2003

Internet Voting in 2004

This Boston.com article talks about the Secure Electronic Registration and Voting Experiment being run by the Pentagon which will allow thousands of military personnel and overseas civilians to vote in the 2004 election. Certain overseas residents of South Carolina and Hawaii and those in a handful of counties in Arkansas, Florida, Minnesota, North Carolina, Ohio, Pennsylvania, Utah and Washington will be able to participate. Of course, like any issue, this one has its fans and its critics. Critics are mostly concerned about security and that's nothing to treat lightly. I don't understand the specifics enough to pass judgment. The project has a web site if you're interested.

05:16 PM | Recommend This | Print This

Harold Carr: PEPt Architecture for RPC Systems

Harold Carr has started a blog. He works for Sun, but lives in Salt Lake, so I've added him to the Utah Blogroll. I met Harold when I was planning on going to Middleware 2003 in Rio. Unfortunately, I was unable to go, but Harold was kind enough to bring me back a copy of the proceedings. He had a paper in the conference on an RPC architecture he developed called PEPt. PEPt stands for presentation, encoding, protocol, and transport. From the abstract:

PEPt is an architecture for implementing RPC systems. Although RPC systems seem quite varied they actually share the same fundamental building blocks: presentation, encoding, protocol and transport (PEPt). Presentation encompasses the data types and APIs available to the programmer. Encoding is the representation of those types on the wire. Protocol frames the encoded data to denote the boundaries and intent of the message. Transport moves the encoding + protocol from one location to another. The PEPt architecture enables a single programming model to adaptively change encodings, protocols and transports.

If you're interested in the implementation side of application servers and other middleware, Harld's blog should be an interesting read.

12:37 PM | Recommend This | Print This