Sciweavers

832 search results - page 27 / 167
» Mutation of Java Objects
Sort
View
IEEESCC
2006
IEEE
14 years 2 months ago
A Dynamic Service-Oriented Implementation for Java EE Servers
This paper proposes to enhance the dynamism and the flexibility of Java Enterprise Edition (EE) servers by introducing a Service-Oriented Architecture (SOA) inside. The purpose is...
Mikael Desertot, Didier Donsez, Philippe Lalanda
CONCURRENCY
1998
119views more  CONCURRENCY 1998»
13 years 8 months ago
C to Java: Converting Pointers into References
We consider the problem of converting C pointers to the less flexible concept of references. Our main application is converting scientific applications from C to Java. We provid...
Erik D. Demaine
TOOLS
2000
IEEE
14 years 1 months ago
Pickling Threads State in the Java System
Today, distributed object-based computing is closely linked with Java. The Java virtual machine is ported to most current operating systems and provides many services which help d...
Sara Bouchenak, Daniel Hagimont
IPPS
2002
IEEE
14 years 1 months ago
Java Mirrors: Building Blocks for Remote Interaction
Java mirror objects are building blocks for integrating web-based with high performance applications. This paper demonstrates the utility of mirror objects for construction of rem...
Yuan Chen, Karsten Schwan, David W. Rosen
IPPS
2008
IEEE
14 years 3 months ago
Smart proxies in Java RMI with dynamic aspect-oriented programming
Java RMI extends Java with distributed objects whose methods can be called from remote clients. traction is supported using statically-generated proxy objects on the client to hid...
Andrew Stevenson, Steve MacDonald