The Artima Developer Community
Sponsored Link

Java Buzz Forum
Perkup Java Alerting Framework

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
Perkup Java Alerting Framework Posted: Nov 26, 2004 3:14 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: Perkup Java Alerting Framework
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

Adam Sanderson emailed me a while back about his alerting framework for Java. I had meant to include it in the daily links but somehow got side tracked. So Adam ... sorry about that. Instead I'll give Perkup its own blog post.

Perkup Java Alerting Framework
Perkup is a Java library designed to show non intrusive alerts to user. The library is simple enough that it can be invoked with a single line of code:

    Notifier.getDefault().alert("Hello World"); 

This would send a popup alert to the user. PerkUp is also configurable enough that a developer can create unique alerts, and alerting mechanisms. For instance, although the two current notifiers use Java's Swing for GUI notifications, Notifiers could be written for AWT or IBM's SWT. It would even be possible to integrate non visual technologies such as FreeTTS to create voice notifications.

Read: Perkup Java Alerting Framework

Topic: Graffiti Previous Topic   Next Topic Topic: The Death of Software? Yeah, maybe so.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use