I didn't know that, thank you. I've been using two java libraries for this, libgrowl and jgrowl, but they are very basic and don't implement all features I need so I wrote my own. I know jgrowl uses UDP to send notifications to Growl for Mac, I'll implement that in jgntp, unfortunately I'll not be able to know when the user clicks a notification and that is very important for my app.
2010/9/11 Chris Forsythe <[email protected]>: > Growl 1.2.x does not utilize gntp. Growl 2.0 will. We're not accepting bug > requests about Growl 2.0 until we enter the beta phase. There is no ETA on > when Growl 2.0 will be in beta. > > That all said, neat that there is a java library being created. > > Chris > > On Sep 10, 2010, at 8:34 PM, lehphyro wrote: > >> Hi, >> >> I'm developing a java library to allow java apps to send notifications >> to growl using GNTP. Here is a link to the project: >> http://code.google.com/p/jgntp >> >> It supports everything growl for windows supports and I've been >> testing it with growl for windows only. After trying it with growl for >> mac I noticed I get no response for register requests from growl and >> the application is not listed in the registered applications. >> >> I'm sending to growl all the bytes written in this file: >> http://dl.dropbox.com/u/1401233/gntp-request-0.out >> >> You can run this test com.google.code.jgntp.GntpClientIntegrationTest >> from the project to reproduce this. >> >> Any ideas? >> >> Thanks >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Growl Discuss" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/growldiscuss?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Growl Discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/growldiscuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
