来自JAR-File的组件信息可能吗?

时间:2022-08-20 12:51:41

I would like to set up a web application with good modularity and would like to use an AJAX Toolkit/Framework like GWT or ZK for its VIEW. Component information should be load from various modules-JAR.

我想建立一个具有良好模块性的Web应用程序,并希望在其VIEW中使用像GWT或ZK这样的AJAX工具包/框架。应从各种模块-JAR加载组件信息。

Which AJAX Toolkit/Framework is able to do this?

哪个AJAX工具包/框架能够做到这一点?

1 个解决方案

#1


1  

Take a look at http://www.ztemplates.org which is simple and easy to learn. This one allows you to put all related templates, javascript and css into one jar and use it transparently. Means you even have not to care about declaring the needed javascript in your page when using a provided component, as the framework does it for you.

请查看http://www.ztemplates.org,它简单易学。这个允许您将所有相关模板,javascript和css放入一个jar中并透明地使用它。意味着你甚至不必关心在使用提供的组件时在你的页面中声明所需的javascript,因为框架会为你做。

#1


1  

Take a look at http://www.ztemplates.org which is simple and easy to learn. This one allows you to put all related templates, javascript and css into one jar and use it transparently. Means you even have not to care about declaring the needed javascript in your page when using a provided component, as the framework does it for you.

请查看http://www.ztemplates.org,它简单易学。这个允许您将所有相关模板,javascript和css放入一个jar中并透明地使用它。意味着你甚至不必关心在使用提供的组件时在你的页面中声明所需的javascript,因为框架会为你做。