Marcus Slavenas, Lightning Talk, 29 September, 2017

Slides:



Advertisements
Similar presentations
Command Line Tetrad  We don’t have an extensive command line interface programmed, but what we do have has proven useful to many people.  We have a command.
Advertisements

Using oXygen Using oXygen to build and execute XQuery applications on eXist Date: September 2008 Dan McCreary President Dan McCreary & Associates
Client add-ons: IDL/ENVI (ADDE) MatLab (ADDE) ArcGIS ( OpeNDAP) ITC-IDV (both) Contact person Contact person
Remote Unit Testing Brian Pruitt-Goddard Alex Riordan.
Advanced Java Class Network Programming. Network Protocols Overview Levels of Abstraction –HTTP protocol: spoken by Web Servers and Web Clients –TCP/IP:
1 Build a Web Application on J2EE. 2 J2EE Scenario Client – Web Server – EIS Resources Client – Web Server – EIS Resources Client – Application Server.
Multiple Tiers in Action
Implementation of One Stop Search by XSLT By Dave Low University of Hong Kong 9-Dec-2003.
Java Jar Files Bar-Ilan University תשס"ה by Moshe Fresko.
Current Topics in Programming Languages Lecture 15_1 George Koutsogiannakis SUMMER
Tomcat Celsina Bignoli History of Tomcat Tomcat is the result of the integration of two groups of developers. – JServ, an open source.
JSP and Servlets Lecture notes by Theodoros Anagnostopoulos.
“Salesforce” - meet Amazon Cloud Upload unlimited files sizes to your salesforce Get Started On Demand Files Storage for Salesforce Cloud Storage, a Salesforce.
Python and REST Kevin Hibma. What is REST? Why REST? REST stands for Representational State Transfer. (It is sometimes spelled "ReST".) It relies on a.
W3car project Emmanuel Castellani Laurent Marchese Nicolas Pastorelly Wolfgang Kieß Johannes Walch Claudia Schremmer Teleseminar Nice-Mannheim Year
Plug-in Development Environment. Session Outline Tools Installation Configuration New Project Basic Debugging Remote Debugging.
Basic Security: Java vs.NET Master Seminar Advanced Software Engineering Topics Prof. Jacques Pasquier-Rocha Software Engineering Group Department of Informatics.
Object Oriented Programming Examples: C++, Java Advantages: 1. reusibility of code 2. ability to adapt (extend) previously written code.
COP 3330 Notes 1/12. Today's topics Downloading Java and Eclipse Hello World Basic control structures Basic I/O Strings.
Oracle Dependencies Analyzer ODA Over time, in large companies we see many Legacy systems that work with several Databases, this.
BIRT Deployment Plan BIRT Reporting Server Server to Server Integration Integration with Client Side Scripting.
Topic Java EE installation (Eclipse, glassfish, etc.) Eclipse configuration for EE Creating a Java Web Dynamic Project Creating your first servlet.
INFSO-RI Enabling Grids for E-sciencE OGSA DAI Data Access and Integration Marek Ciglan Institute of Informatics, Slovac Academy.
Core Java Introduction Byju Veedu Ness Technologies httpdownload.oracle.com/javase/tutorial/getStarted/intro/definition.html.
Servlet Filters JAVA Enterprise Edition. Servlet Filters Servlet Filters are Java classes that can be used in Servlet Programming for the following purposes:
Page 1 | | ©2009 Installation of Selenium IDE and RC Amit Maheshwari 20 th Sep’10.
How to Install Eclipse Click hereClick here to download Eclipse.
John Porter Sheng Shan Lu M. Gastil Gastil-Buhl With special thanks to Chau-Chin Lin and Chi-Wen Hsaio.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
Rupen/MoeserWIDAR Face-to-Face Meeting December 11-12, Science Data Model Michael P. Rupen & Rich Moeser.
Building Station Metadata with PDCC
Outline Server side Dependencies Installing it Configuring it Client side coding Browser setup.
® IBM Software Group © 2006 IBM Corporation Rational Asset Manager v7.2 Using Scripting Tutorial for using command line and scripting using Ant Tasks Carlos.
The Institute of High Energy of Physics, Chinese Academy of Sciences Sharing LCG files across different platforms Cheng Yaodong, Wang Lu, Liu Aigui, Chen.
JAVA CARD Presented by: MAYA RAJ U C A S,PATHANAMTHITTA.
Alan Williams University of Manchester.  Allows you to call a command line script as part of a workflow  Simplest case is calling a single tool  Can.
Esri UC 2014 | Technical Workshop | Administering ArcGIS for Server with Python Jon Bodamer.
Ext JS - Direct Bridging The Gap A DMSBT Presentation By Timothy Chandler.
JAVA PROGRAMMING Buzzwords. Simple: Less complex syntax than C++ Not as easy to design as Visual Basic Small size of interpreter.
CONVERTING YOUR CLASSIC CLIENT OBJECTS TO THE LATEST DYNAMICS NAV VERSION Per Mogensen.
Findbugs Tin Bui-Huy September, Content What is bug? What is bug? What is Findbugs? What is Findbugs? How to use Findbugs? How to use Findbugs?
Diagrams and Sample Code from the Java Tutorial,
Build Automation with Gradle
External Web Services Quick Start Guide
Tomcat Celsina Bignoli
APK Downloader
Product Training Program
Outline Install Java Change Security Files in Java
1. Environment Setting Minhaeng Lee.
Installing and running the local check projects in Eclipse
The GoogleMap API By Cody Littley.
Quicken File Password related Issues
Quicken File Password related Issues
Installing and Using MARIE
slides borrowed and adapted from Alex Mariakis and CSE 390a
TOSCA-Metadata (directory )
Webscarab, an introduction.
TOSCA-Metadata (directory )
أنماط الإدارة المدرسية وتفويض السلطة الدكتور أشرف الصايغ
Installing and Using MARIE
social media post creator
Installing and Using MARIE
Getting Started With Solr
Developing Java Applications with NetBeans
Developing Java Applications with NetBeans
JAVA APPLET PREPARED BY Mr. Jahanzaib Ahmed
Data Dynamic templates
September 12-14, 2018 Raleigh, NC.
Contributing source code to CSDMS
Run SOAP request via jar
Presentation transcript:

Marcus Slavenas, Lightning Talk, 29 September, 2017 Java and Matlab

BrownDog Matlab Client Transform Data Get security tokens Post files Download files Get metadata Lots of requests Found Matlab tools lacking – particularly for posting files

Matlab Runs on JVM Matlab comes with supported JVM for Matlab Version The packages the Matlab uses are .jar files Javaclasspath Can add java packages (.jar) to javaclasspath javaclasspath('-dynamic') Can use (pseudo) java objects in Matlab No type casting

Request Examples with Matlab / Java Matlab only Download File (165) Get token (195) Java in Matlab Get Metadata (206) Post Url for transformation (246) Call java class from Matlab Post File for transformation (230)

Thanks It’s awesome to use java in matlab