Create and Run Your First ZK Application with NetBeans and REM"

From Documentation
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{template:UnderConstruction}}
+
{{ZKInstallationGuidePageHeader}}
  
{{ZKInstallationGuidePageHeader}}
 
  
 
__TOC__
 
__TOC__
  
 +
= Maven Recommended =
 +
The recommended way to use ZK in NetBeans is to import a maven project. Reference [[ZK_Installation_Guide/Setting_up_IDE/Maven/Resolving_ZK_Framework_Artifacts_via_Maven | this document]] for sample pom file.
 +
 +
 +
{{Notice|text=REM is no longer being maintained by its provider and can't work with NetBeans 12 or above. The following sections apply to older NetBeans versions only.}}
 +
 +
=Install NetBeans REM =
 
[http://rem1.sourceforge.net/ REM] is a NetBeans module for ZK application development contributed by Mr. Sotohiro Terashima.
 
[http://rem1.sourceforge.net/ REM] is a NetBeans module for ZK application development contributed by Mr. Sotohiro Terashima.
  
=Install NetBeans REM =
 
 
==Install NetBeans==
 
==Install NetBeans==
 
+
[https://netbeans.apache.org/download/index.html Download the latest NetBeans IDE] and install
#Download the latest NetBeans IDE from [http://www.netbeans.org/downloads/index.html here]
 
#Follow the installation wizard
 
  
 
==Install REM plugin==
 
==Install REM plugin==
 +
#[http://sourceforge.net/projects/rem1/files/ Download the latest REM plugin]<br/><br/>
 +
#Start NetBeans<br/><br/>
 +
#On NetBeans' main menu bar, select Tools > Plugins.<br/><br/>
 +
#Click on the "Downloaded" tab, followed by "Add Plugins" to open the file explore<br/>[[Image:ZKInstallationGuide_NetBeans_AddPlugins.png]]<br/><br/>
 +
#Navigate to where REM is downloaded and select the REM plugin<br/><br/>
 +
#Click "Install" and follow the NetBeans plugin manager prompts<br/>[[Image:ZKInstallationGuide_NetBeans_InstallPlugin.png]]<br/><br/>
  
Download the latest REM plugin from [http://sourceforge.net/projects/rem1/files/ here]
+
=Create a New ZK Project=
 +
#On NetBeans main menu bar, select "New Project"<br/><br/>
 +
#On the New Project wizard under "Categories", select "Java Web" <br/>[[Image:ZKInstallationGuide_NetBeans_SelectNewZKProject.png]]<br/><br/>
 +
#Confirm and create a new ZK project. <br/>[[Image: ZKInstallationGuide_NetBeans_CreateNewZKProject.png]]<br/><br/>
 +
#Select the ZK project folder, and right click "Run" to deploy the project on Glassfish <br/> [[Image:ZKInstallationGuide_NetBeans_RunZKProject.png]]<br/><br/>
  
 +
=Deploy the ZK Demo Project=
 +
#On NetBeans main menu bar, select "New Project"<br/><br/>
 +
#On the New Project wizard under "Categories", expand the "Samples" folder and select "Java Web" <br/>[[Image:ZKInstallationGuide_NetBeans_SelectNewZKProject.png]]<br/><br/>
 +
#Select "ZK505 Demo Project" under "Projects"<br/><br/>
 +
#Select the ZK demo project and right click to select "Run" to deploy the ZK demo <br/> [[Image:ZKInstallationGuide_NetBeans_RunZKDemo.png]] <br/><br/>
  
 
=Version History=
 
=Version History=

Latest revision as of 03:22, 14 October 2020


DocumentationZK Installation GuideQuick StartCreate and Run Your First ZK Application with NetBeans and REM
Create and Run Your First ZK Application with NetBeans and REM




Maven Recommended

The recommended way to use ZK in NetBeans is to import a maven project. Reference this document for sample pom file.


Icon info.png Notice: REM is no longer being maintained by its provider and can't work with NetBeans 12 or above. The following sections apply to older NetBeans versions only.

Install NetBeans REM

REM is a NetBeans module for ZK application development contributed by Mr. Sotohiro Terashima.

Install NetBeans

Download the latest NetBeans IDE and install

Install REM plugin

  1. Download the latest REM plugin

  2. Start NetBeans

  3. On NetBeans' main menu bar, select Tools > Plugins.

  4. Click on the "Downloaded" tab, followed by "Add Plugins" to open the file explore
    ZKInstallationGuide NetBeans AddPlugins.png

  5. Navigate to where REM is downloaded and select the REM plugin

  6. Click "Install" and follow the NetBeans plugin manager prompts
    ZKInstallationGuide NetBeans InstallPlugin.png

Create a New ZK Project

  1. On NetBeans main menu bar, select "New Project"

  2. On the New Project wizard under "Categories", select "Java Web"
    ZKInstallationGuide NetBeans SelectNewZKProject.png

  3. Confirm and create a new ZK project.
    ZKInstallationGuide NetBeans CreateNewZKProject.png

  4. Select the ZK project folder, and right click "Run" to deploy the project on Glassfish
    ZKInstallationGuide NetBeans RunZKProject.png

Deploy the ZK Demo Project

  1. On NetBeans main menu bar, select "New Project"

  2. On the New Project wizard under "Categories", expand the "Samples" folder and select "Java Web"
    ZKInstallationGuide NetBeans SelectNewZKProject.png

  3. Select "ZK505 Demo Project" under "Projects"

  4. Select the ZK demo project and right click to select "Run" to deploy the ZK demo
    ZKInstallationGuide NetBeans RunZKDemo.png

Version History

Version Date Content
     



Last Update : 2020/10/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.