Browser em JavaME (Ajuda)

Java

12/06/2007

Boas pessoal.

Estou a tentar criar um browser para dispositivos móveis, em JavaME.
No entanto, não consegui encontrar browsers para mobile (open source). também já tentei procurar renders de html, e tentar usar código nativo, mas sem qualquer resultado.

Dos poucos renders que consegui encontrar, nenhum deles suporta javascript.

Alguém me pode dar uma ajudinha?


Obrigado.


Pedro.gmr

Pedro.gmr

Curtidas 0

Respostas

Liclopes

Liclopes

12/06/2007

Pode analisar o opera mimi p/ fazer teu navegar jme:
Opera Mini: Web browser for any J2ME phone -> www.javalobby.org/java/forums/t43607.html
www.javafree.org/news/view.jf?idNew=2459

E p/ ajudar a desenvolver: phoneME project - accessing phone functions;
Multitasking; Robustness; Responsive start-up and execution; Integrating with web 2.0; Web rendering; Separation of UI from application logic; Libraries for easy use of web services; Bridging CDC- and CLDC-Based. https://phoneme.dev.java.net

Se usar PDA - Symbian IDE devtools -> http://developer.symbian.com/main/tools/devtools/ide/
Symbian OS C++; Carbide.j; VistaMax; RealView; SymbDev; Xcode


GOSTEI 0
Liclopes

Liclopes

12/06/2007

HTML browser e parser:
http://sourceforge.net/projects/jcellbrowser/
http://sourceforge.net/projects/protheus/
http://sourceforge.net/projects/microbrowser4me/
http://mobiweb.cs.tut.fi

http://developers.sun.com/techtopics/mobility/midp/ttips/platformRequest/index.html


GOSTEI 0
POSTAR