On ZDNet: 10 most annoying programs
2 Resources for

java object

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Implement Java-based distributed computing with RMI
The remote method invocation RMI framework allows J2EE applications to invoke methods on other Java objects residing in other virtual machines. Find out how to harness this distributed computing functionality in your own Java development.The Java 2 Enterprise Edition (J2EE) remote method invocation RMI framework enables you to create virtually...
Tags: Programming languages, Jeff Hanson, Java 2 Enterprise Edition remote method invocation framework, distributed computing, remote method invocation framework, Java RMI, Java, java.rmi.Remote, java.rmi.RemoteException, Java Object, virtual machine
Technical articles 2003-06-30
Java-XML Data Binding offers the best of both worlds
Working with XML is now the norm, but handling XML within Java is not as straightforward as often advertised. Use these techniques to more easily handle XML with Java.XML has become an almost inevitable part of most projects. XML does provide a multitude of benefits, but most Java coders also...
Tags: Programming languages, XML-Data Binding, Harshad Oak, XML, Java, Java-XML Data Binding, Java Object, API
Technical articles 2002-09-17

Additional Resources

java basic question
in java, definetly we need a class to create any object,but for creating an array object there is no specific class,the object is created internally by jvm how and why?
Tags: Java, lrvkiran@...
Discussion threads 2007-09-06
Testing Java in an Object-Oriented Way
In object-oriented software development, the system is developed as a collaborative collection of objects. Messages are the heart of the communication between these objects. Most Java-based software development projects employ unit testing, which mainly tests the system's behavior. Yet, one rarely tests the object-oriented nature of the written program. Object-oriented...
Tags: Java, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers 2006-03-28
Is java is pure oop language?
is java pure oops language? if yes how?if no how?oop's wrong question!!!!!!!!!!!!!!!there is no such thing as a pure Object Oriented Programming language.java was kludged together to be object oriented right from day one of it's development.java is a kludge, since there are multiple jvms/jres for it. it's completely useless...
Tags: Java, JRE, JVM, programming, tushar.netake@...
Q&A 2006-07-25
ProxyGen (zip)
ProxyGen is a high performance, easy to use .NET to Java interoperability tool. It allows your .NET code to access Java object as if they were .NET object. It uses .NET Platform Invoke and JNI to directly access Java VM. Runtime deployment component is free. ProxyGen consists of two components,...
Tags: ProxyGen, .Net, Application Servers, Middleware, Programming Languages, Java, Software Development, Software/Web Development, Enterprise Software, Software
Software downloads 2005-08-02
Db4o for Java (zip)
db4o database for objects is the open source object database, native to Java. Free software, available under the GPL and under a commercial license. Persist any object with one line of code. Other features are object-oriented replication, Native Queries, automatic schema recognition, 350K footprint. Ideal for embedded use, e.g., in...
Tags: Software, Database, Object-oriented, Ooa/Ood/Oop, Tools & Techniques, Programming Languages, Java, Software Development, Software/Web Development, Management
Software downloads 2005-05-30
Efficiency of Distributed Parallel Processing Using Java RMI, Sockets, and CORBA
Software development is proceeding at a remarkable rate. Many new tools are available to the researcher in parallel and distributed processing. These tools include PVM, MPI, and Java. But, recently, a more general tool, Common Object Request Broker Architecture, CORBA has appeared. Since it allows a general view of remote...
Tags: Parallel Processing, Java RMI, Corba, Middleware, Programming Languages, Java, Enterprise Software, Software Development, Software/Web Development, Software
White papers 2007-12-01
JODB (Java Objects Database) (zip)
Free/Open Source Object Oriented Database for Java platform. Features: S.O.D.A. queries, Query-By-Example, Evaluation interface callbacks as well as ability to request object by unique ID. On demand object activation with configurable depth; Active object tracking and custom deactivation; ACID transactions for reliable data processing; Transaction rollbacks; Data file lock to...
Tags: Database, Mobixess, Java, Programming Languages, Backups, Software Development, Software/Web Development
Software downloads 2007-09-28
java
Why is java not 100% pure oops?1. Operator overloading (except +)is not possible in java. 2. Primitives are not Objects. Though of course, there is wrapper class for that. 3. Multible inheritance through classes is not possible. 4. Availability of static methods and variables.java is...
Tags: Programming languages, Java
Q&A 2004-11-04
IE script error
Win xp sp2. Installed a program from a microsoft cd. When I try to use one of the programs on the cd a certification test I get IE sript errors. Rest of cd works fine. IE 6.0Line: number variesChar: 1Error: document is null or not an object. or ...
Tags: Web browsers, Java, Microsoft Internet Explorer
Q&A 2006-02-28
does ANT1.6.2 support SUN JDK1.5?
I used Ant1.6.2 and it said that:" [javac] C:HibTestfirstHibsrcTest.java:6: cannot access java.lang.Object [javac] bad class file: C:Program FilesJavajdk1.5.0_01jrelibrt.jar(java/lang/Object.class) [javac] class file has wrong version 49.0, should be 47.0"How can it be? Help me!WhyI can use Ant in JBuilder or Eclipse with...
Tags: Ant, ANT1.6.2, software, Sun Microsystems Inc., ysilent@...
Discussion threads 2005-01-31
Learn Java (GUI Applications) (zip)
LEARN JAVA GUI APPLICATIONS is a self-study tutorial teaching the basics of building a Java application with a graphic user interface GUI. LEARN JAVA GUI APPLICATIONS has 9 lessons covering object-oriented programming concepts, using a integrated development environment to create and test Java projects, building and distributing GUI applications, understanding...
Tags: GUI, Programming Languages, Java, Software Development, Software/Web Development
Software downloads 2004-01-15
How to Use an Existing XML File as Part of a SOAPMessage Using the Java API for XML Messaging
The Java API for XML Messaging ("JAXM") provides a set of tools to construct and send Simple Object Access Protocol SOAP messages. The API provides two main ways to construct SOAP messages: creating an object tree where each object represents part of the message (for example, SOAPBody, SOAPBodyElement) or using...
Tags: Java, API, XML Messaging, Simple Object Access Protocol, XML File, SOAP, XML, Web Services, Enterprise Software, Software, Software/Web Development, Web Development
White papers
Getting Started With Java Data Objects (JDO): A Standard Mechanism for Persisting Plain Java Technology Objects
The task of persisting Java technology objects to any relational database is challenging because it involves serializing the hierarchically structured Java objects to a tabular-structured database and vice versa. This challenge is unique because of the need to map Java technology objects to database columns and records in a way...
Tags: Database, Java Technology, Programming Languages, Java, Software Development, Software/Web Development
White papers 2005-08-09
Learn Java (zip)
Learn Java via this Interactive course. The course uses full audio and Flash animation to teach all major features of the language including: Basic Language Structure, Exceptions, IO, Object Oriented concepts, and Collections Classes. This online course includes: 7 Modules with 33 animated sections and 73 working Java programs. Also...
Tags: Course, Programming Languages, Java, Software Development, Software/Web Development
Software downloads 2004-04-14
java
will you tell me y object class is parent class for all classesWell something had to be :DHaving another ultimate parent with the same methods would have violated the tenets of object orientation.Every object has a class, that's what makes it a class. What place other than the ultimate parent...
Tags: OOA/OOD/OOP, Java, sree.srinu38@...
Discussion threads 2007-06-21
Javascripts and Windows 98
Any java guru's out there?I recieve script errors when going to some websites using javascipting. Error"object undefined line 1" I have "jre-1_5_0_07-windows-i586-p" installed but can not get "jre-1_5_0_11-windows-i586-p" to install. I think it's a unregisted .dll libary file ..That's not your machineIt's a bug in the website script.The only thing...
Tags: Microsoft Windows, Microsoft Windows 98, Java, JavaScript, cruiser2000@...
Discussion threads 2007-03-04
java script error
when i go on a particular site and request a download of a graph i get java script error,object does not support this property or mediaThat simply means that your browser version and java version cannot perform the function that the site developer has created. This is not uncommon with...
Tags: Web browsers, Programming languages, Web browser, Java
Q&A 2005-01-01
License4J (zip)
License4J is a pure Java library for creating and validating licenses. The key concept is features of a license. You can easily add any feature to your license file, i.e. name of the product, version, expiry date, number of executable instances, customer's name, company, and IP address. The feature's value...
Tags: License, Feature, Smardec, License4J, Java, Programming Languages, Software Development, Software/Web Development
Software downloads 2008-03-31
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
Software Purchase/Installation Approval Form
Our Software Purchase/Installation Approval Form provides help desk personnel with general user information, the purpose and type of installation, and ...
Buy Now