与其他java网络框架相比,对应框架的利弊是什么?
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...
与其他java网络框架相比,对应框架的利弊是什么?
Echo3仍在发展之中。 Echo2稳定(但老)。 主要的“规定”是,你没有写上javascript 或html,你撰写了Java GUI代码。 主要的“结论”是,它没有得到广泛采纳。 我在5年前就使用了Echo2, 这是一个冰箱,但Echo3的发展缓慢(尽管没有停止)。
也许值得研究一下其他类似框架,如WT或Vadin。
这些(Echo, GWT,Vadin)与传统框架(如春季低价、休战、高档)不同,因为你没有书写超文本、 c和 j。 因此,它们更适合像桌面应用那样的高度互动的网络应用。 举例来说,如果你需要读书,希望依靠浏览器和这种浏览器具的物品,就不去Echo/GWT/Vadin(尽管他们确实为这些事提供了一些支持)
我去了Echo3网站,并找到了阻止我测试的论据。 看来,这是一个致命的项目:
Echo3目前版本为3.0.beta8,2009年8月6日发布
在技术上,我不知道......
最近的3.0.1版本已经公布。 A3.1版本(包括网络插图等)刚刚在中间。
最初的创建者/主人完全没有经验,但社区在恢复该项目方面做出了大量努力(并减少对一个人(尽管是天才)的依赖。
旧问题,但有些人可能仍会问它......
我早就与Echo3合作了一段时间,正如已经提到的那样,最大的问题确实没有得到广泛采纳,而且发展进展非常缓慢。
在选择一个框架时,你通常仅限于技术,而Echo3只是缺乏我始终在我的项目中忽略的一些东西。 例如,Echo3表构成部分没有滚动,没有想象力,也没有分类。 表格是框架能够提供的最重要组成部分之一(Echolot有一个冰桌部分,但只支持文字价值,目前没有任何分类)。
http://demo.nextapp.com/echo3csjs/“rel=“nofollow”http://demo.nextapp.com/echo3csjs/。 http://echo.nextapp.com/site/echo3/addons"rel=“nofollow”http://echo.nextapp.com/site/echo3/addons 并且看看这是否足以满足你的要求。
此外,这还改变了你设计和拟定申请的方式。 Echo3给你通常的桌面部件,如行文、栏、电网和板。 但是,它没有像Swaing这样的非专业经理概念,也没有中央支助事务支助。 当必须遵守涉及各组成部分的确切位置和行为的具体设计规则时,你可能会在Echo3号文件中遇到麻烦。
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...
Check this, List<String> list = new ArrayList<String>(); for (int i = 0; i < 10000; i++) { String value = (""+UUID.randomUUID().getLeastSignificantBits()).substring(3, ...
I am in the middle of solving a problem where I think it s best suited for a decorator and a state pattern. The high level setting is something like a sandwich maker and dispenser, where I have a set ...
I have been trying to execute a MS SQL Server stored procedure via JDBC today and have been unsuccessful thus far. The stored procedure has 1 input and 1 output parameter. With every combination I ...
I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...
If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...
I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....
I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...