Welcome!

Thomas Czernik

Subscribe to Thomas Czernik: eMailAlertsEmail Alerts
Get Thomas Czernik via: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Top Stories by Thomas Czernik

Most Web-based applications today confine users to the frame of their browser, restricting them to viewing only one Web page at a time. Technologies such as JavaScript make additional browser windows possible, but this approach doesn't enable the kind of customized menus, toolbars and windowing features available in a traditional client/server application. Java Swing provides additional capabilities such as the ability to create windows outside the browser that have the look and feel of a traditional client application. The techniques described in this article can be used to migrate traditional client/server applications to a Web-based environment. Event-monitoring applications that display and continuously update event information in real time stand to benefit from such... (more)

Real-Time Applications with Java and CORBA

Common Object Request Broker Architecture and Java are among the newest emerging technologies revolving around IP and Internet applications. The CORBA specification defines an industry-wide standard infrastructure that simplifies the integration of software systems using object-oriented techniques. CORBA separates architecture and implementation from interface specification, allowing cli... (more)