On CBS.com: Six show girls attacked
1 Resources for

object-oriented jni advanced add-in

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

OOJNI Add-in .NET for VS7.1 (zip)
Object-Oriented JNI Advanced Add-In is a tool developed for MS Visual Studio. It generates C++ code OOJNI classes and managed code (OOJNI for .NET classes) in MCPP, C#, J#, VB for java byte code selected and includes it into the active project. It also makes JNI implementation of Java class...
Tags: Class, Object-Oriented JNI Advanced Add-In, Programming Languages, Java, Microsoft Development Tools, C#, .Net, Software Development, Software/Web Development, Development Tools
Software downloads 2007-04-18

Additional Resources

OOJNI Advanced Add-in for VC6 (zip)
Object-Oriented JNI Add-In is a tool developed for MS Visual Studio. It generates C++ code OOJNI classes for java byte code selected and includes it into the active C++ project. It also makes JNI implementation of java interfaces.
Tags: C++, Object-Oriented JNI Add-In, Programming Languages, Java, C/C++, Software Development, Software/Web Development
Software downloads 2006-10-19
OOJNI Advanced Add-in for VC7.1 (zip)
Object-Oriented JNI Add-In is a tool developed for MS Visual Studio. It generates C++ code OOJNI classes for java byte code selected and includes it into the active C++ project. It also makes JNI implementation of java interfaces.
Tags: C++, Object-Oriented JNI Add-In, Programming Languages, Java, C/C++, Software Development, Software/Web Development
Software downloads 2006-10-25
OOJNI for .NET2.0 (low-level) (zip)
Object-Oriented JNI for .NET (low-level), Library for .NET Framework v.2.0. Supports Standard JNI interface for developing and running code in C#, MCpp, VB, J#. The main features available: - JNI code can be written only in managed code; - supported .NET languages: C#, VB, J#, Managed C++; - implements regular...
Tags: JNI, Java, .Net, Programming Languages, Software Development, Software/Web Development
Software downloads 2007-04-18
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
UML for C#
C# is a modern object-oriented language for application development. In addition to object-oriented constructs, C# supports component-oriented programming with properties, methods and events. UML defines graphical notations for describing and designing object-oriented software systems. It's an open standard controlled by the Object Management Group OMG. This paper assumes a working...
Tags: Object-oriented, C#, Ooa/Ood/Oop, UML, Programming Languages, .Net, Software Development, Software/Web Development
White papers 2007-04-24
The Objective-C Programming Language
Object-oriented programming, like most interesting developments, builds on some old ideas, extends them, and puts them together in novel ways. The result is many-faceted and a clear step forward for the art of programming. An object-oriented approach makes programs more intuitive to design, faster to develop, more amenable to modifications,...
Tags: Object-oriented Programming, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers 2001-01-02
Access the true power of JavaScript with object oriented programming
This download takes an in depth look at some of the key concepts of object oriented programming OOP in JavaScript and then discuss how JavaScript implements them. While object oriented OO development in JavaScript is not as simple as it is in other languages, such as Java,...
Tags: Object-oriented Programming, Microsoft Access, JavaScript, Object-oriented, Ooa/Ood/Oop, Scripting Languages, Software Development, Software/Web Development, Web Development
Download resources 2005-06-29
Invoking Assembly Language Programs From Java
The Java Native Interface JNI provides a powerful platform for integrating code written in languages other than Java - mainly C and C++ - with that written in the Java programming language. Although, theoretically speaking, JNI does provide a fairly generalized interface; the support structure that comes with JNI is...
Tags: JNI, Programming Languages, Java, Software Development, Software/Web Development
White papers 2006-10-19
Apply object-oriented analysis and design to the problem of software complexity
Failure to master the complexity of software often results in projects that are late, over budget, and deficient in their stated requirements. In this sample chapter from Object-Oriented Analysis and Design with Applications, 3rd Edition, examine the case for using object-oriented analysis and design to master the complexity associated...
Tags: Software, Object-oriented Analysis, Object-oriented, Addison-Wesley, Ooa/Ood/Oop, Software Development, Software/Web Development
Book chapters 2007-04-26
MSDN Webcast: Tips and Tricks for Object-Oriented Development With Visual Studio .NET (Part 1 of 2) (Level 200)
Object-Oriented programming OOP has been touted as the "Silver bullet" to solve the most pressing challenges of application development, but where are those promised benefits in the solutions? Are the objects are not very reusable? Source code still complicated and difficult to understand? Does a person end up re-writing code...
Tags: Microsoft Developer Network, Microsoft Visual Studio, Webcast, Microsoft Visual Studio.Net, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
Webcasts
Essential ActionScript 2.0: Object-Oriented ActionScript
Ironically, Flash users who are new to Object-Oriented Programming OOP are often familiar with many object-oriented concepts without knowing their formal names. This paper demystifies some of the terminology and brings newer programmers up to speed on key OOP concepts. It also serves as a high-level overview of OOP in...
Tags: Object-oriented Programming, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers 2004-06-08
MSDN Webcast: Tips and Tricks for Object-Oriented Development With Visual Studio .NET (Part 2 of 2) (Level 200)
Object-Oriented programming OOP has long promised to solve the most pressing challenges of application development, but where are those promised benefits in the solutions? Does a person find that objects are not very reusable, that source code is still too complicated and that a person ends up re-writing code to...
Tags: Microsoft Developer Network, Microsoft Visual Studio, Webcast, Microsoft Visual Studio.Net, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
Webcasts
A Calculus of Untyped Aspect-Oriented Programs
Aspects have emerged as a powerful tool in the design and development of systems, allowing for the encapsulation of program transformations. The dynamic semantics of aspects is typically specified by appealing to an underlying object-oriented language via a compiler transformation known as weaving. This treatment is unsatisfactory for several reasons....
Tags: DePaul University, Aspect-oriented, Semantics, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers
Reduce, Reuse, Recycle (Session 4)-Object-Oriented Concepts in Microsoft .NET Winforms Applications-Level 200
Chances are your development approach is committed to an object-oriented methodology for writing extensible code. Join this fourth webcast in the essential 14-part series "Soup to Nuts - A Practical Guide to Building Windows Forms Applications with .NET," and learn more about object-oriented concepts such as reuse, encapsulation, polymorphism, and...
Tags: Microsoft .NET, Microsoft Corp., Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
Webcasts
MSDN Webcast: Reduce, Reuse, Recycle (Session 4) - Object-Oriented Concepts in Microsoft .NET Winforms Applications - Level 200
Chances of the development approach are committed to an object-oriented methodology for writing extensible code. This fourth webcast in the essential 14-part series "Soup to Nuts - A Practical Guide to Building Windows Forms Applications with .NET," and learn more about object-oriented concepts such as reuse, encapsulation, polymorphism, and inheritance...
Tags: Microsoft Developer Network, Microsoft .NET, Webcast, Microsoft Corp., Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
Webcasts
Best practices for using ColdFusion Components
Since their release in ColdFusion Version 6.0, ColdFusion Components CFCs have continued to gain acceptance in the development community. CFCs support the object oriented essentials such as encapsulation, inheritance, and polymorphism and have given developers the impetus to embrace object oriented programming. This download explains some of the best CFC...
Tags: Allaire ColdFusion, Best Practice, Object-oriented, Ooa/Ood/Oop, Development Tools, Software Development, Software/Web Development
Download resources 2005-05-24
ClassSheets: Automatic Generation of Spreadsheet Applications From Object-Oriented Specifications
Spreadsheets are widely used in all kinds of business applications. Numerous studies have shown that they contain many errors that sometimes have dramatic impacts. One reason for this situation is the low-level, cell-oriented development process of spreadsheets. This process is improved by introducing and formalizing a higher-level object-oriented model termed...
Tags: Specification, Object-oriented, Spreadsheet, Productivity, UML, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers 2005-11-07
Life-Cycle Approaches
A professional is someone who makes his or her task look easy. From a virtual infinity of choices, a professional seems to always choose the most appropriate next step in the process at hand. There is very little wasted motion. Even "trial and error" efforts appear to progress deliberately towards...
Tags: Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers
Using PHP 5 With Oracle XML DB
As a programming language, PHP has many strengths, including ease of use, short development time, and high performance. With a brand-new object model, PHP 5 leverages the power and flexibility of object-oriented programming. This fifth release of PHP brings many more fully object-oriented capabilities to the language, including interfaces; abstract...
Tags: Oracle Corp., PHP, Object-oriented, Ooa/Ood/Oop, Scripting Languages, Software Development, Software/Web Development, Web Development
White papers 2005-07-01
  • << 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
Network Administration in Windows Server 2003
While the role of a Windows network administrator would never be considered easy, you can lighten your load by knowing the ins and outs of Microsoft's ...
Buy Now