Pular para o conteúdo principal

Postagens

Mostrando postagens de agosto, 2010

HttpRequester

Hi!!!! First: thanks all guys for the ~200 visits since last week when I published "An app to search Images". Today I'm going to show you my new app which I created to test my RESTful WebServices. That's a simple solution to explore my services. Basically is a graphical interface for the great HttpRequest  class. I'm working in a new app more complete perform my tests when working with RESTful and ROA . Below you can see it working: The main goal is see the response of your RESTful WEB Services. But you can test services from Twitter , by instance. This app gives a good way to explore REST APIs . You can test the app in  applet mode or download the JNLP . If someone wants the code, please, let's me know.

An App to Search Images

Another app in JavaFX, this time to search images using Google, Bing, Flickr and Yahoo services. After search an image you can edit and save to your computer. You know, it was very easy to build it... JavaFX is easy and helped me a lot. With this api I'm working and some works from JavaFX community, it's turned more easier :)  Rakesh Menon one more time helped me with their internal window and Save as Image . I really miss their posts =/. I have a lot of small things to improve and finish in this app, but no time to... So I'm releasing the code , if you want you can improve the app, or you can do anything you want with it :D The video below show the app working: Well, I suggest you to launch the app and give you feedback :)