Sponsored Links

 

 

 

Separation of Distribution Concerns in Distributed Java Programming

Source: www.research.ibm.com
Topic: Java Programming


Short Desciption:
Distributed design decisions in a distributed Java program. crosscut the module structure of ... from nondistributed Java program for enhancing the mod ...

 

Content Inside:
Separation of Distribution Concerns in Distributed Java ProgrammingPage 1Separation of Distribution Concernsin Distributed Java ProgrammingMichiaki TatsuboriDoctoral Program in Engineering University of TsukubaTennohdai 111 Tsukuba Ibaraki 3058573 Japanmt@is.tsukuba.ac.jpABSTRACTDistribute d design decisions in a distributed Java programcrosscut the module structure of nondistributed concerns inthe program. We propose a tool supporting aspectorienteddistributed programming with which programmers can specify the distribution aspect of program simply and separatelyfrom nondistributed Java program for enhancing the modularity of program. The aspectweaver of this tool is a bytecode translator implemented as a customized class loader ofJava virtual machine (JVM). Thus the tool is applicable tocode supplied by thirdparties without source code and theresulting distributed program runs on regular JVMs.KeywordsDistributed programming bytecode translation Java loadtime weaving aspectoriented programming1. PROBLEM DESCRIPTIONObjectoriented modularization with classes often fails toencapsulate distributed design decisions that crosscut themodule structure of nondistributed concerns in a distributedprogram. Code related to distributed concerns is often tangled with other code and scatters over a number of classes.Lack of modularization implies low maintainability of theprogram which makes programming difficult. For exampleprogrammers often change the decomposing points of program in distributed environment for reducing the overheadof network communication. But such the change of designdecision brings about changing remote or local object allocation code scattering over the program. Programmers haveto modify a number of code pieces for implementing a simplechange of distributed design decisions.Design patterns3] are useful for solving design problems butthey are not almighty. Though programmers can modularize some part of their program using several programmingtechniques found in ...

 

add to Google Reader add to Google Bookmark add to bloglines add to newsgator add to FURL add to digg add to webnews add to Netscape add to Yahoo MyWeb add to spurl.net add to diigo Bookmark newsvine Bookmark del.icio.us Bookmark @ SIMPIFY Bookmark MISTER WONG Bookmark Linkarena Bookmark icio.de Bookmark oneview Bookmark folkd.com Bookmark yigg.de Bookmark reddit Bookmark StumbleUpon Bookmark Slashdot Bookmark blinklist Bookmark technorati add to blogmarks add to blinkbits add to ma.gnolia add to smarking.com add to netvouz add to co.mments add to Connotea add to de.lirio.us

 

Incoming Search Terms

Related PDF Files

Ajax and Java Web Services


Topic: Java Programming

... brief overview of Ajax programming by focusing on how to create a front-end for the SOAShopper application constructed in Chapter 9. I hope you have enjoyed this little detour from Java ...

Safe Concurrent Programming in Java


Topic: Java Programming

Safe Concurrent Programming in Java. Chandrasekhar Boyapati. CHANDRA ... Multithreaded programming is difficult and error prone. ...

Java and Mobility


Topic: Java Programming

... devices have outnumbered PCs •Do you own a mobile phone? •Do you own some other

GJ: Extending the Java programming language with type parameters


Topic: Java Programming

This note proposes GJ an extension to the Java programming language that ... GJ is backward and forward compatible with the Java programming language and ...

No Slide Title


Topic: Java Programming

Forthcoming Java Programming Language Features. 2. A Brief History of the Java. . Programming Language. . 1995 (1.0)First public release ...

 

Sponsored Links