REM3.6.2 contains Template for Application and Demonstration.
To Template for Application added Template for JavaEE5.
This relase support ZK3.6.2.
Lerease version number synchronized to ZK.
The download link for REM 3.0.2 is now active.
This release is update version of REM3.0.1. (supporting ZK is updated to newest 3.6.1)
Here are the highlights: 1)
The ZUL editor now has a component palette.
This allows developers to drag a component in the editor and get a code snippet generated.
Many thanks to Ayman Elgharabawy for adding the palette in the editor. In this release I improved all palette icons to appear.
2)
The ZK libraries have been upgraded to ZK 3.6.1.
I have tested REM 3.0.2 against NetBeans 6.5 and NetBeans 6.7.
NetBeans6.7 aim to contain Groovy and Grails,so we will become to integrate ZK with Groovy and Grails easyly.
Here are the highlights: 3)
And more,in this plugin included two template projects.
To use this templates:
for Application: File/new PRoject/Java Web/ZK361 Application
for Demo Project: File/new PRoject/Sample/Java Web/ZK361 Demo Project
--Stera
The download link for REM 3.0.1 is now active. Here are the highlights: 1)
The ZUL editor now has a component palette.
This allows developers to drag a component in the editor and get a code snippet generated.
Many thanks to Ayman Elgharabawy for adding the palette in the editor. 2)
The ZK libraries have been upgraded to ZK 3.6.0.
I have tested REM 3.0.1 against NetBeans 6.5 and NetBeans 6.7M3.
NetBeans6.7 aim to contain Groovy and Grails,so we will become to integrate ZK with Groovy and Grails easyly.
Here are the highlights: 3)
And more,in this plugin included two template projects.
To use this templates:
for Application: File/new PRoject/Java Web/ZK360 Application
for Demo Project: File/new PRoject/Sample/Java Web/ZK360 Demo Project
--Stera
The download link for REM 2.03 is now active. Here are the highlights: 1)
The ZUL editor now has a component palette.
This allows developers to drag a component in the editor and get a code snippet generated.
Many thanks to Ayman Elgharabawy for adding the palette in the editor. 2)
The ZK libraries have been upgraded to ZK 3.6.0. I have tested REM 2.0.3 against NetBeans 6.1 and NetBeans 6.5.
Here are the highlights: 3)
And more,in this plugin included two template projects.
To use this templates:
for Application: File/new PRoject/Java Web/ZK360 Application
for Demo Project: File/new PRoject/Sample/Java Web/ZK360 DemoAppli
--Stera
The download link for REM 1.6 is now active.
Here are the highlights:
1) The ZUL editor now has a component palette. This allows developers to drag a component in the editor and get a code snippet generated. Many thanks to Ayman Elgharabawy for adding the palette in the editor.
2) The ZK libraries have been upgraded to ZK 3.5.1.
I have tested REM 1.6 against NetBeans 6.1 and NetBeans 6.5RC2. I expect the plugin to work with NetBeans 6.5 FCS when it is released. ... read more
I just installed REM in NetBeans 6.5M1. So far so good: there are no exceptions being thrown, syntax highlight is working. It all looks good.
Fred
I have just pushed REM 1.3.0 for both NetBeans 5.5 and NetBeans 6.0.
This release adds support for ZK 3.0.1. The code completion now supports the ZK Forge components.
XML Schema based code completion now works in NetBeans 6.0.
Fred
I have ported REM 1.2.1 to NetBeans 6.0. It has feature parity with the NetBeans 5.5 version of the plugin:
* Support for ZK 2.4.1
* Provides the ZK Framework to web projects.
* DTD based code completion for ZUL files.
The plugin is now available through the download infrastructure.
Frederic
I have ported REM 1.2.1 to NetBeans 6.0. It has feature parity with the NetBeans 5.5 version of the plugin:
* Support for ZK 2.4.1
* Provides the ZK Framework to web projects.
* DTD based code completion for ZUL files.
The plugin is now available through the download infrastructure.
Frederic
I realized that I forgot to change a few labels to reflect the new ZK version in the plugin. There is no other functionality change in this release.
REM 1.2.0 for NetBeans 5.5 was just pushed to the SourceForge servers.
This release adds support for ZK 2.4.1.
Frederic Jean
Hi,
My name is Frederic Jean, and I will be joining magic003 in managing the REM project.
My team chose to use ZK to build the user interface for our product. I found the framework to be a solid foundation for the project itself. We discovered the REM plugin and have been using it and promoting it internally.
My short term goals are to release an updated version of the plugin updated to support ZK 2.4.1, support for NetBeans 6.0 and ZK 3.0.... read more
I have received some messages from users of REM recently, asking whether this project is abandoned or requesting for upgrading it to NetBeans 6.0. I am glad that REM is helpful for ZK developers. I had a plan for this project long ago. But I am too busy to implement it.
REM will never be abandoned, and I hope it can be developed again. So if you are interested in it, please let me know and I will add you as a member of this project.
REM 1.1.0 is a similar release with 1.0.0. It only updates something from ZK 2.2.0 to ZK 2.3.0:
*Update to ZK 2.3.0
+ Use ZK 2.3.0 libraries and Javadocs
+ Modify code completion feature, so new elements such as "variables" are added
REM 1.0.0, which is the first verion, is released. In this release, REM has following features:
* Support ZK 2.2.0 (www.zkoss.org)
* Create ZK web application
+ Generate the right web.xml for ZK 2.2.0
+ Add all necessary ZK libraries
* Create ZUL and ZS documents
* Support ZUL file editing
+ Syntax highlighting
+ Auto indent
+ Code folding
+ Code completion
+ Code hyperlink navigation... read more
ZUL Catalog is registered in the layer.xml, so the source editor can provide DTD based code completion. I write the DTD file, which is based on the zul schema released with ZK. The code has been commit to SVN repository.
Source codes for ZUL and ZS support are imported int o svn repository.
Now, the module can recognize ZUL and ZS file type and provides new file wizards for them. The ZUL file is treated as an xml file, so it can use the syntax highlighting, auto indent and code folding provided by source editor.
I imported the initial codes for REM today. The codes provide new project support to NetBeans. With it, users can create a new ZK application project by checking "ZK" in the framework panel of web project wizard.