|
Java FTP Component
Java Secure FTP, FTP, SSL, SSH
Java SSH, Java Telnet
Java Server Faces, JSF, AJAX
Managed File Transfer, JSCAPE Secure FTP Server, Linux FTP Server, Solaris FTP Server
SSH .NET
FTP .NET, FTPS .NET
Java FTP
|
|
| Applications / Network / Servers / Accendia Iris Application Server |
| Accendia Iris Application Server facilitates the development of Java distributed applications. The implementation offers synchronous, asynchronous and client callback communication models as well as integrated application security and communication security.
An Iris hosted application is comprised of arbitrary Java objects called commands that are associated an external name. Clients connect to the server and invoke the application commands through proxies created at runtime. A client proxy implements all the interfaces implemented by the corresponding command object and delegates the invocation of any method in any interface to the remote server object.
Asynchronous method invocation is implemented by declaring the return type of the method void. If the return type of a method is not void the call is synchronous.
Client callbacks are implemented by declaring a set of callback interfaces. The client provides callback handler objects that implement these interfaces. The server obtains a client proxy that implements all the callback interfaces and invokes one of the interfaces. The invocation will be delegated to the callback handler registered on the client side for the corresponding callback interface.
The application security is implemented defining user roles and execution grants for these roles with application, command or interface granularity. After application deployment the administrator creates users and grants application roles to the users. The server loads the user roles at user login and performs execution privilege verifications on each invocations using only a few CPU cycles.
To enable secure communication the administrator must install a SSL certificate on the server side. The client can then specify the secure flag when connecting.
|
|
|
|
| Sponsored Links - please visit our sponsors |
| Secure FTP Applet | | Connect to FTP securely from within your browser. | | http://www.jscape.com/sftpapplet/ |
| Learn Java Server Faces! | | Use WebGalileo Faces JSF components to quickly create Java based web apps. | | http://www.jscape.com/webgalileofaces/ |
| SSH Factory | | automate telnet and SSH tasks | | http://www.jscape.com/sshfactory/ |
| Java SMTP Component | | Easily add SMTP to your Java apps | | http://www.jscape.com/inetfactory/smtp.html |
Sponsor this site
| |
|
|