Learn how to use the .NET Compact Framework 2.0 and the OpenNETCF shared source library to create an application that detects available wireless networks a...Learn how to use the .NET Compact Framework 2.0 and the OpenNETCF shared source library to create an application that detects available wireless networks and retrieves configuration information from a smart device's wireless network adapter. (10 printed pages)
to framework development pocketpc .net compact wifi by butonic on Aug 15, 2008, 9:29 PM- to web DERI semantic framework by claudia.wagner and 2 other people on Aug 10, 2008, 11:59 AM
- to framework web thesis semantic master by claudia.wagner on Aug 10, 2008, 11:59 AM
Mock is a widely used technology in unit test domain. It shields exteral and unnecessary factors and helps developers focus on the specific function to be ...Mock is a widely used technology in unit test domain. It shields exteral and unnecessary factors and helps developers focus on the specific function to be tested.
EasyMock is a well known mock tool which can create mock object for given interface at runtime. The mock object's behavior can be fine defined prior the test code in the test case. EasyMock is based on java.lang.reflect.Proxy, which can create dynamic proxy class/object according to the given interfaces. It has the inherent limitation from the Proxy. It can create mock object for given interface only.
Mocquer is a similar mock tool as EasyMock. With the help of Dunamis Project, it extends the function of EasyMock to support mock object creation for both class and interface.
to framework testing develop qa software mock by gresch on Aug 6, 2008, 9:12 AMJMock is a library that supports test-driven development1 of Java2 code with mock objects3.
Mock objects help you design and test the interactions betwe...JMock is a library that supports test-driven development1 of Java2 code with mock objects3.
Mock objects help you design and test the interactions between the objects in your programs.
The jMock library:
* makes it quick and easy to define mock objects, so you don't break the rhythm of programming.
* lets you precisely specify the interactions between your objects, reducing the brittleness of your tests.
* works well with the autocompletion and refactoring features of your IDE
* plugs into your favourite test framework
* is easy to extend.
to java testing opensource mock framework software qa freeware develop by gresch and 1 other person on Aug 6, 2008, 8:49 AM- to programming zend web framework php by steff83 and 1 other person on Aug 1, 2008, 11:39 PM
Sanaware Java Docking is a library for managing the windows of a Java Swing application.
With the Sanaware Java Docking Framework you can:
* Org... Sanaware Java Docking is a library for managing the windows of a Java Swing application.
With the Sanaware Java Docking Framework you can:
* Organize the windows of your application in panels, split panes, tabs, lines, grids and floating windows.
* Reorganize the windows of your application by drag and drop.
* Minimize and maximize your windows.
* Save your workspace.
* Organize the toolbars, buttons, and actions of your application.
to ui docking software development framework swing windows java gui by gresch on Jul 31, 2008, 5:19 PMUISpec4J is an Open Source functional and/or unit testing library for Swing-based Java applications, built on top of the JUnit test harness.
If you are wr...UISpec4J is an Open Source functional and/or unit testing library for Swing-based Java applications, built on top of the JUnit test harness.
If you are writing a Swing application, you will appreciate UISpec4J above all for its simplicity: UISpec4J's APIs are designed to hide as much as possible the complexity of Swing, resulting in easy to write and easy to read test scripts. This is especially true when comparing UISpec4J tests with those produced using Swing or low-level, event-based testing libraries.
to gui software testing-profiling swing ui framework develop java by gresch on Jul 31, 2008, 4:49 PMBuoy is a library for creating user interfaces in Java programs. It is built on top of Swing, but provides a completely new set of classes to represent gra...Buoy is a library for creating user interfaces in Java programs. It is built on top of Swing, but provides a completely new set of classes to represent graphical components. It offers many advantages over using Swing directly, including:
* A much simpler, cleaner, and more consistent API
* A better mechanism for laying out interface components
* A far more powerful event handling mechanism, which is based on dynamic binding of arbitrary methods as event listeners
* Built in support for serializing user interfaces as XML, then reconstructing them again
Other important features of Buoy include:
* It forms a "transparent wrapper" around Swing. It hides the complexity of Swing when you don't want to deal with it, but doesn't get in your way when you actually need that complexity.
* It is very small and efficient. The entire compiled library is only 200 K.
* It is written entirely in Java, and works on any JVM that is compatible with J2SE 1.4 or later.
* All source code is in the public domain.
to software development ui java gui swing framework by gresch and 1 other person on Jul 22, 2008, 6:41 PMWith help of JXLayer you can easily decorate your compound components and catch all Mouse, Keyboard and FocusEvent for all its subcomponents. JXLayer is ve...With help of JXLayer you can easily decorate your compound components and catch all Mouse, Keyboard and FocusEvent for all its subcomponents. JXLayer is very friendly to your applications, it uses only public Swing API and doesn't change any global settings like RepaintManager, EventQueue or frame's glassPane. It neither add AWTEventListener to AWT's toolkit.
to software java develop framework gui ui swing by gresch on Jul 16, 2008, 10:01 AMiScreen is a Java Object Validation Framework, suitable for validating Java Objects (including JavaBeans) to ensure that they are "valid" according to some...iScreen is a Java Object Validation Framework, suitable for validating Java Objects (including JavaBeans) to ensure that they are "valid" according to some definition (usually via configuration). The term 'iScreen' means "information screen," where 'screen' means to protect or conceal. Information, represented by Java objects, are passed through the screen. If they are considered acceptable (i.e. valid), then nothing occurs. If not, then an exception is thrown, allowing the application to notify someone or something of the invalid information.
to java validation framework software screen develop by gresch on Jul 7, 2008, 6:50 PM- to framework process context prom mining by mgrani and 1 other person on Jul 5, 2008, 11:03 AM
This project contains Naive and Fishers bayesian classifiers, as described in Toby Segaran's book "Programming Collective Intelligence." The book has pytho...This project contains Naive and Fishers bayesian classifiers, as described in Toby Segaran's book "Programming Collective Intelligence." The book has python implementations; this is a Java implementation.
to classification ai library framework datamining bayesian java classifier bayes algorithms by fmeyer on Jun 21, 2008, 5:18 PM- to information_management nlp information_retrieval framework api uima apache by ewomant on Jun 21, 2008, 4:14 PM
Build AJAX apps in the Java language
to framework toolkit web google java ajax by michi and 21 other people on Jun 18, 2008, 2:58 PM- to tutorial programming java framework gwt google by michi and 3 other people on Jun 18, 2008, 2:58 PM
- to java gwt programming tutorial framework by michi and 1 other person on Jun 18, 2008, 2:58 PM
The iBATIS Data Mapper framework makes it easier to use a database with Java and .NET applications. iBATIS couples objects with stored procedures or SQL st...The iBATIS Data Mapper framework makes it easier to use a database with Java and .NET applications. iBATIS couples objects with stored procedures or SQL statements using a XML descriptor. Simplicity is the biggest advantage of the iBATIS Data Mapper over object relational mapping tools.
to mapping xml orm dbms ibatis tools java framework sql by michi and 4 other people on Jun 18, 2008, 2:57 PMWie funktioniert ein Spam-Filter? Diese Frage lässt sich dank des quelloffenen Data-Mining-Frameworks Weka leicht beantworten, indem aufbauend auf vorgefer...Wie funktioniert ein Spam-Filter? Diese Frage lässt sich dank des quelloffenen Data-Mining-Frameworks Weka leicht beantworten, indem aufbauend auf vorgefertigten Komponenten eine maschinelle Textklassifikation in Java implementiert wird. Dieser Beitrag erläutert das notwendige Hintergrundwissen und zeigt den Umgang mit der Weka-Software.
to ml java framework programming weka tools datamining by michi and 1 other person on Jun 18, 2008, 2:57 PM- to spring framework j2ee introduction by michi and 3 other people on Jun 18, 2008, 2:57 PM