roxbooks.com
JudoScript White Paper
http://www.roxbooks.com/articles/whitepaper.html
Article: JudoScript White Paper. This article is old and is being consolidated into the book. Please refer to the corresponding chapter(s) therein. If the chapters or sections are not completed yet, you can use this article. Refer to the examples as they are tested against the latest code. The Need Of Scripting Java. Design Goals Of JudoScript. Traditional Programming Language Design. Key Language Component I - The Core Language. Key Language Component II - Java Scripting. Extend Java Class and Interfaces.
roxbooks.com
Chapter 28. SOAP Web Service Scripting
http://www.roxbooks.com/books/judoscript-0.9/chapters/wsdl.html
Book: The Judo Language 0.9. Introduction to SOAP Web Services. Data Types and Encoding. SOAP Web Service Scripting. Start Scripting Web Services. Parameters and Return Values. Set Up the Echo Sample Web Service. Input/Output Parameters and Return Values. Different Input Types for Maps and Structs. Summary of SOAP Web Service Scripting. Chapter 28. SOAP Web Service Scripting. By James Jianbo Huang. Data Types and Encoding. Start Scripting Web Services. Operator, and simply call the operations. Definition...
computermoz.com
3GL Languages « Applications and Systems « Computer | Computer Directory, Find Repair Service, Antivirus, Software, Hardware
http://www.computermoz.com/applications-and-systems/3gl-languages
Lists all newest information and resource about computer security, software, applications and systems, supercomputers, public sector, storage. Mobile and Wireless Computing. Art of Programming Network. Custom application development, database programming, and DBA services for Clarion and SQL databases. Http:/ www.artofprogramming.net/. Building Better Tools For Business Faster. Http:/ www.datamotive.ca/. A scripting language built atop Java, and is a powerful general-purpose programming language.
roxbooks.com
Chapter 22. JDBC (SQL) Scripting
http://www.roxbooks.com/books/judoscript-0.9/chapters/jdbc.html
Book: The Judo Language 0.9. Introduction to JDBC Scripting. Java, JDBC and RDBMS. SQL, JDBC and JDK Versions. JDBC SQL Data Types. SQL/JDBC Scripting in Judo. Direct and Batch Execution of SQL. Run Raw SQL and Database Language Scripts. Run SQL in Batches. Run SQL Script Files. Run SQL Update Statements. Queries and Query Results. Execute Database Scripts As-Is. Use Advanced SQL Types. Database Meta-Information and Utilities. Chapter 22. JDBC (SQL) Scripting. By James Jianbo Huang. Java, JDBC and RDBMS.
roxbooks.com
Chapter 16. Run Executables
http://www.roxbooks.com/books/judoscript-0.9/chapters/exec.html
Book: The Judo Language 0.9. Introduction to Running Native Programs. Return Value, Running Modes and Options. Synchronous and Asynchronous Runs. Process Executable Input And/Or Output. User Input for the Executable. Provide User Input from the Script. Read Executable Output into the Script. Write to and Read from the Executable. Case Study: Build and Test the Judo Software. Chapter 16. Run Executables. By James Jianbo Huang. This looks like a lot of knobs that you can turn. The core elements of runn...
roxbooks.com
Chapter 20. Ant Scripting and Scripting Ant
http://www.roxbooks.com/books/judoscript-0.9/chapters/ant.html
Book: The Judo Language 0.9. Embed Judo in Ant Build Script. The Ant judoscript Task. Passing Information between Ant and the judoscript Tag. Call Other Ant Targets and Access Other Resources. Passing Information between code and Ant tasks. Handle Ant task execution failures. When and why to script Ant tasks in Judo. Chapter 20. Ant Scripting and Scripting Ant. By James Jianbo Huang. Ant is a popular software build tool based on XML and Java. The two interesting points about Ant and Judo are:. Key advant...
roxbooks.com
JudoScript HTTP Server with Servlet and JuSP Support
http://www.roxbooks.com/articles/httpserver.html
Article: JudoScript HTTP Server with Servlet and JuSP Support. The JudoScript HTTP Server. Secure Content with Realms. Handle HTTP Requests with Plain Functions. Map URIs to HTTP Handler Functions. Case Study: File Upload. Servlet API Conformity and JuSP Compatibility. JudoScript HTTP Server with Servlet and JuSP Support. Has an embedded HTTP server that not only delivers static content, but also supports web applications with three popular ways: Java servlet API, JuSP page engine and. Can be omitted; if...
roxbooks.com
Chapter 15. File System and Archives
http://www.roxbooks.com/books/judoscript-0.9/chapters/fs.html
Book: The Judo Language 0.9. Working in the File System. The Current Directory and Change Directory. Make and Remove Directory. Rename and Move Files. List and Process Files. Obtain Selected Files in a List or a Tree. Count Files and Directories. Get Statistics about Files. Summary of listFiles Return Values. Remove and Set Attributes on Selected Files. Run Shell Commands on Selected Files. Arbitrarily Process Selected Files. List Files and Get Information in Archives. Process Files in Zip Archives.