Sciweavers

2056 search results - page 53 / 412
» Mobile objects in Java
Sort
View
ICSE
2001
IEEE-ACM
15 years 6 months ago
Designing Components Versus Objects: A Transformational Approach
A good object-oriented design does not necessarily make a good component-based design, and vice versa. What design principles do components introduce? This paper examines componen...
David H. Lorenz, John M. Vlissides
SP
2010
IEEE
182views Security Privacy» more  SP 2010»
15 years 6 months ago
Object Capabilities and Isolation of Untrusted Web Applications
—A growing number of current web sites combine active content (applications) from untrusted sources, as in so-called mashups. The object-capability model provides an appealing ap...
Sergio Maffeis, John C. Mitchell, Ankur Taly
WWW
2001
ACM
16 years 3 months ago
A Browser Front End for CORBA Objects
We propose a URI scheme for addressing CORBA objects. A URI for an object not only identifies the object but may also optionally include the name of the method to be invoked on th...
Atul Kumar, Deepak Gupta, Pankaj Jalote
JUCS
2010
124views more  JUCS 2010»
15 years 26 days ago
Performance Optimizations for DAA Signatures on Java enabled Platforms
: With the spreading of embedded and mobile devices, public-key cryptography has become an important feature for securing communication and protecting personal data. However, the c...
Kurt Dietrich, Franz Röck
OOPSLA
1999
Springer
15 years 6 months ago
Removing Unnecessary Synchronization in Java
Java programs perform many synchronization operations on data structures. Some of these synchronizations are unnecessary; in particular, if an object is reachable only by a single ...
Jeff Bogda, Urs Hölzle