
Tag archives for client
Hello,
Juste a post concerning the generation of proxies client for DFS web service project due to ANT script and utilities classes.
Several steps:
Create a project TESTWsClientGenerator
Add the JAR emc-dfs-rt-remote.jar and emc-dfs-rt.jar (from DocumentumCoreProject\dfs6.7\emc-dfs-sdk-6.7\lib\java) in the BuildPath of your project
Get in your workplace the CXF librairies : C:\Workspaces\HUO\ECMExternalLibraries\org\apache\cfx-3.0.3 http://cxf.apache.org/cxf-303-release-notes.html
Create a source folder wsgenerator
Create the package com.emc.documentum.fs.datamodel.core.content
Create the below utilities classes ...more»
Hi,
I would expose you a simple solution to encode an array of objects during the submission of a form on client side (in Javascript) and decode this same array on server side (in JAVA).
Client side
During the submission of a form, we create a parameter named MyArrayParam which will contain the array of objects:
We need a method to create the parameter ...more»
Hi,
In this post, I will try to present you the HTML5 localStorage and sessionStorage, their differences, examples to illustrate our writes, the browser compatibility and another technologies Persistence UserData.
Presentation: Advantage and difference
LocalStorage and SessionStorage are new HTML5 technologies that allow to save data in the client (web browser), unlike to sessions "normal" which save the data in the server.
These technologies ...more»
