简体   繁体   English

具有基于Web的语言的GUI

[英]GUI with Web-based languages

I'm wondering about develop Android and deskopt apps using Web-based languages for the GUI. 我想知道如何使用基于Web的GUI语言开发Android和deskopt应用程序。 I mean, tool like Adobe Air/PhoneGap use HTML and CSS for the GUI and Javascript for the service-side. 我的意思是,像Adobe Air / PhoneGap这样的工具在GUI上使用HTML和CSS,在服务端使用Javascript。 Can I use Java for service-side and HTML+CSS for the GUI? 我可以在服务端使用Java,在GUI上使用HTML + CSS吗?

I experienced with develop Android and desktop app using Java (Eclipse) and Adobe Air for desktop app using HTML+CSS. 我曾使用Java(Eclipse)开发Android和桌面应用程序,以及使用HTML + CSS开发Adobe Air用于桌面应用程序的经验。 Is there a way/tool to put together all these? 有没有办法将所有这些放在一起?

The focus is: Java for service-side, HTML+CSS for GUI, target: Android/desktop app. 重点是:用于服务端的Java,用于GUI的HTML + CSS,目标:Android /桌面应用。

Thank you 谢谢

Yes, you can use Java for server-side and HTML+CSS for client-side. 是的,您可以将Java用于服务器端,将HTML + CSS用于客户端。 You can read more here (Official Oracle Blog post about this topic with source code) 您可以在此处了解更多信息 (有关此主题的带有源代码的Oracle官方博客文章)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM