Eclipse-->Install-->New Software -->
Work with: Juno - http://download.eclipse.org/releases/juno -->
Web, XML, Java EE and OSGi Enterprise Development:
Eclipse Web Developer Tools, Eclipse XML Editors and Tools, JavaScript Development Tools
VJET JavaScript IDE: Mozilla Public License (MPL)
helloJS
Eclipse-->File-->New-->JavaScript Project-->helloJS-->Create a separate root folder
Hello JavaScript Example
File --> New --> Other --> Web --> Static Web Project --> helloHTML
WebContent --> New --> HTML File --> hello.html --> [v] Use HTML Template
--> New HTML File (5)
<!DOCTYPE html><html><head><metacharset="UTF-8"><title>Hello JavaScript</title><scriptsrc="test.js"></script></head><body><h3id="reportName">This is a User Info:</h3><pid="guestName">David, Kim</p><pid="guestAddr">Gangnam Gu, Seoul</p><pid="guestTele">010-3333-7777</p></body></html>
function init() {
var guest = document.getElementById("reportName");
guets.innerHTML = "oder info...";
}
window.onload = init;
Eclipse Plugin for Sencha ExtJS
ExtJS JSDT Integration
JSDT (Java Script Development Tools) plugin
http://extjs.w3des.net/p2/
Eclipse --> Help --> Eclipse MarketPlace --> ExtJS --> ExtJS JSDT Integration --> "Install"
Copyright (C) 2013 Dawid Paku\u0142a - w3des.net
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Clear Toolkit for ExtJS - Open Source Freeware from Farata Systems
Clear Toolkit is not an architectural framework. It is a set of components, code generators, and plugins that extend Apache Flex framework and tools built on top of these components that substantially increase productivity of the enterprise JavaScript and Flex developers.
Clear Data Builder (CDB): a code generator that can create a CRUD application immediately, will have HTML/JavaScript/ExtJS client and Java-based server
Install Prerequisites-1
Missing requirement: ClearDataBuilder for Ext JS 1.0.0.201301242238 (com.farata.cleardatabuilder.extjs 1.0.0.201301242238) requires 'bundle org.eclipse.jpt.common.core 0.0.0' but it could not be found
# Eclipse-->Install-->Web,XML,Java EE and OSGi Enterprise Development
[v] Dali Java Persistence Tools - check all 6 related items
Install Prerequisites-2
Missing requirement: ClearDataBuilder for Ext JS 1.0.0.201301242238 (com.farata.cleardatabuilder.extjs 1.0.0.201301242238) requires 'bundle org.eclipse.jst.servlet.ui 0.0.0' but it could not be found
# Install Eclipse Java EE
Download & Install CDB v4.1.4
# wget http://cleartoolkit.com/downloads/plugins/extjs/cleardatabuilder/4.1.4/site.zip
# mv site.zip ClearDataBuilder.zip
# Eclipse-->Help-->Install New Software-->Add-->Archive-->ClearDataBuilder.zip
-->OK-->[v]ClearDataBuilder for Ext JS, v1.0-->Next-->
# restart Eclipse...
Evaluation Version from Sencha (just for reference)
Hello ExtJS @CDB Project for Eclipse
Eclipse-->File-->New-->Other-->ClearDataBuilder for Ext JS Project-->New Clear Data Builder Project
Can compress (or minify) JavaScript codes internally using YUI Compressor
Install
Sencha SDK Tools (latest: v2.0.0 beta3)
You may fail to install / execute if you: install on x86_64, virtual machine, using command line
you may see the following execution errors:
# senchaexecvp(): No such file or directory
or the following errors:
# sencha
/opt/SenchaSDKTools-2.0.0-beta3/bin/jsdb: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
install 32bit libraries if you encounter errors
# yum install glibc.i686 libstdc++.i686
The following environments are automatically added to your user shell environment