the world is a pixel
Slides, JavaFX Introduction
As I promised, those slides I used in my fsat presentation JavaFX Introduction at the 4th Ceará Games Developers meeting on CESOL. It’s not the final version of these slides but I’m releasing them because they already can be useful for someone.
Download: javafx.odp

See photos of this presentation on its album.
quebrei meu braço
A comunidade “Nunca quebrei um osso” acaba de perder um membro. A tradicional Taça PET da Computação é um evento de confraternização onde anualmente eu provo minha brasilidade jogando um pouco de futebol no time Eu Podia Tá Matando (onde os jogadores por obrigações contratuais também não podem exercer o limite de um dia de [...]
Twitter Bot @rudaufc versão 1
9 November, 2009 - 4:54 pm
Tags: AI, API, bash, bot, Comida, CRON, crontab, culinária, CURL, ia, inteligência artificial, Linux, Restaurante Universitário, robô, robot, SH, Shell Script, tutorial, twitter, ufc, Universidade Federal do Ceará
Posted in português | 6 comments
Este aqui é um bot bem simples para Twitter. Diariamente, as nove da manhã ele posta qual vai ser o cardápio do RU (Restaurante Universitário) da UFC naquele dia. Assim, quando vai batendo a hora da fome, os alunos podem entrar no perfil @rudaufc e olhar qual vai ser o prato do dia, ou quem [...]
Tomorrow Java
29 August, 2009 - 10:28 pm
Tags: CEJUG, EJB, Java, Java 7, Java EE, JavaFX, Tomorrow Java
Posted in english | 2 comments
Como prometido, palestra que eu e o Rafael Carneiro fizemos para apresentar no Café com Tapioca desse mês. Tomorrow Java View more documents from José Maria Silveira Neto. Update: O Paulo Jr também fez uma cobertura do evento e da apresentação dele.
JavaFX on Linux!
2 June, 2009 - 11:10 pm
Tags: JavaFX, Linux, MacOS X, Opensolaris, Windows
Posted in english | 8 comments
Yeah. No more workarounds. Download now JavaFX 1.2 for Windows, MacOS X, Linux and OpenSolaris! \o/ There’s also a lots of improvements in the language and the API. For details on that read this document. Unfortunately, as a side effect of those great changes some JavaFX source codes posted here are now deprecated and need [...]
FootprintFX
2 June, 2009 - 1:53 am
Tags: certificates, Felipe Gaúcho, Footprint, JavaFX, pdf, RIA, web services
Posted in english | No comments
Footprint is a publisher and distributor of certificates of participation in conferences – signed PDF documents that prove you attended a conference or a course. This is a little JavaFX application that shows how to create a interface that displays data provided by services. This version uses three services: one that counts the number of [...]
JavaFX, Retrieving non XML/JSON data from clouds
31 May, 2009 - 12:34 pm
Tags: HttpRequest, JavaFX, JSON, PullParser, Python, XML, Zembly
Posted in english | 6 comments
Usuually on JavaFX we grab data using HttpRequest from external resources on formats like JSON or XML. I showed how to get it on the post Reading Twitter with JavaFX and how to parse it using PullParser on the post Parsing a XML sandwich with JavaFX. Another day I need to grab and interpret some [...]
CRAb na TV
16 May, 2009 - 6:40 pm
Tags: computação, crab, fortaleza, pesquisa, ufc
Posted in english | No comments
Matéria do Grupo de Pesquisa em Computação Gráfica, Realidade Virtual e Animação (CRAb) da Universidade Federal do Ceará para a UFC TV, que foi ao ar no dia 10 de maio de 2009. O CRAb é um dos diversos grupos de pesquisa temáticos existentes no Departamento de Computação na UFC.
JavaFX 1.1 for Linux workaround
16 May, 2009 - 8:53 am
Tags: HuaSong Liu, jaunty jackalope, Java, JavaFX, javafx4linux, jfx, Kaesar Alnijres, netbeans, RIA, ubuntu, Weiqi Gao, workaround
Posted in english | 8 comments
Download javafx4linux.tar.bz2 (~ 36Mb). Installing 1) Extract the javafx4linux.tar.bz2 file. In this example I’m placing it on my Desktop. After the installing process you can remove it. 2) Open your NetBeans 6.5 and go at Tools → Plugins and go to Downloaded tab. In a plain and new NetBeans installation there will be no plugin [...]
JavaFX, Acessando Recursos de Dentro do JAR
10 April, 2009 - 4:59 pm
Tags: fileinputstream, imageview, JAR, JavaFX, resource, sanduíche
Posted in português | 4 comments
Translation: there’s a English version of this article. Para algumas classes como o javafx.scene.image.Image é fácil abrir imagens de uma localidade remotada com: ImageView { image: Image { url: "http://example.com/minhaFigura.png" } } ou uma imagem local com a constante __DIR: ImageView { image: Image { url: "{__DIR__}/minhaFigura.png" } } Mas para outras classes abrir recursos [...]
JavaFX, getting resources of inside your JAR
10 April, 2009 - 4:51 pm
Tags: fileinputstream, getclass, JAR, jarfile, JavaFX, loading, picture, resource, sandwich, XML
Posted in english | 2 comments
Tradução: há uma versão em Português desse artigo. For some classes like javafx.scene.image.Image is easy load an image from a external resource like: ImageView { image: Image { url: "http://example.com/myPicture.png" } } or a resource inside your own Jar file with the __DIR__ constant: ImageView { image: Image { url: "{__DIR__}/myPicture.png" } } But for [...]













8 April, 2009 - 8:08 pm
Every time i come here I am not dissapointed, nice post
8 July, 2009 - 12:50 pm
Caro Silveira, estamos iniciando estudos do Java FX e explorando estas importantes funcionalidades, obtendo muitos bons resultados. Basicamente utilizamos para apresentar vídeos a partir de campos ORACLE BLOB. No entanto, estamos percebendo que a cada leitura existe a necessidade de Validar Certificados na Internet, o que torna a leitura muita lenta. Existe alguma forma de instalar os certificados no Web Site da aplicação (Site JBOSS) para o o cliente validade estes certificados na INTRANET evitando assim dispender tempo para buscar na INTERNET ?