j2se sdk
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 25
Erp Objects SDK 1.0.2408.7111
Erp Objects is a set of tools and controls which allows you to write erp applications very quickly by making Erp Object Sets, which are replacement to conventional datasets of ASP.NET. Intellisense, Typed Queries (Yes Typed Queries e.g. more>> Erp Objects is a set of tools and controls which allows you to write erp applications very quickly by making Erp Object Sets, which are replacement to conventional datasets of ASP.NET. Intellisense, Typed Queries (Yes Typed Queries e.g. Customers.GetObjects( CustomerSchema.FirstName. StartsWith("Marc") ); Typed queries are converted to SQL queries, which makes your business logic independent of underlying sql. Your code will run on any database if you use Erp Objects. facility of stored procedures and support for mysql is coming soon.<<less
Added: 2006-08-08 License: Freeware Price: $0.00USD
13 downloads
Other version of Erp Objects SDK
License:Freeware
internetUPDATE SDK 2.0.2005
internetUPDATE SDK can help you to publish information about your programs on Internet. Users can retrieve this information and receive notification about new versions of your programs. internetUPDATE SDK can generate data automatically from a more>> internetUPDATE SDK can help you to publish information about your programs on Internet. Users can retrieve this information and receive notification about new versions of your programs. internetUPDATE SDK can generate data automatically from a single EXE file. Then you can save projects for next sessions and publish them easily on a FTP server just one click.<<less
Added: 2005-05-05 License: Freeware Price: $0.00USD
12 downloads
How metadata is stored? 1.0.0
Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadata more>> Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadata token. This is a 32-bit value where the top 8 bits identify the appropriate metadata table, and the remaining 24 bits give the index of the metadata in the table. The Framework SDK contains a sample called metainfo that will list the metadata tables in an assembly; however, this information is rarely of use to a developer.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
14 downloads
Other version of How metadata is stored
License:Freeware
ASP.NET Code Debugging 1
This tutorial explains what types of mistakes you can make in ASP.NET applications and how to correct them. It can be very hard to track down the problem in your code. Fortunately the .NET Framework SDK includes a lightweight debugger that is perfectly more>> This tutorial explains what types of mistakes you can make in ASP.NET applications and how to correct them. It can be very hard to track down the problem in your code. Fortunately the .NET Framework SDK includes a lightweight debugger that is perfectly suited for this task. Together with Tracing and Exception Handling youre armed and ready.<<less
Added: 2008-08-26 License: Freeware Price: $0.00USD
13 downloads
Getting prices using the amazon SDK 1.0
Learn how to use the amazing SDK in conjunction with string parsing functions from PHP to retrieve the latest price information from amazon. more>> Learn how to use the amazing SDK in conjunction with string parsing functions from PHP to retrieve the latest price information from amazon.<<less
Added: 2007-03-07 License: Freeware Price: $0.00USD
13 downloads
Other version of Getting prices using the amazon SDK
License:Freeware
JvPool 0.9
JvPool is a Java connection pool.It is free and open source Features: Transparency: Transparently adds connection pooling to your existing JDBC driver. Open Source: Allows you flexibility to use it in both commerical and other open source more>> JvPool is a Java connection pool.It is free and open source Features: Transparency: Transparently adds connection pooling to your existing JDBC driver. Open Source: Allows you flexibility to use it in both commerical and other open source products. Standards: Complies with the J2SE API, giving you the confidence to develop to standards. Ease of use: Its easy to configure using the JDBC API.<<less
Added: 2005-10-22 License: Other Price: $0.00USD
13 downloads
Other version of JvPool
jo! JAVA 1.1b1
jo! is a pure, free Java web server. more>>
jo! JAVA 1.1b1 provides users with a pure, free Java web server.
Major Features:
- HTTP/1.1 including byte-ranges, auto-chunking, pipelining, etc.
- Servlet API 2.2 (2.3 starting with jo! 1.1)
- JSP 1.1 (1.2 starting with jo! 1.1)
- Source level JSP debugging a.k.a JSR-45 (starting with jo! 1.1)
- Auto reload of WARs
- Hot deployment of WARs
- Drag and drop deployment of WARs
- Auto internationalization
- Auto servlet and jsp reloading
- Easy to use Swing console
- Advanced thread management
- Memory sensitive file cache
- Automatic compressed transfer of text or html files
- Virtual hosts
- Mac OS X support
- Embeddable
Requirements: jo! is based on J2SE 1.4.x. (It will not run under Java 1.3.x or less)
Added: 2008-06-25 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
13 downloads
PayPlates! - Website Payments Pro for Developers
The PayPal SDK can be tough if you dont have access to Pear to install the package. This developer tool is a stripped down SDK that eliminates alot of the bulk while requiring as little as possible. Included in the package is a class and XML templates. more>> The PayPal SDK can be tough if you dont have access to Pear to install the package. This developer tool is a stripped down SDK that eliminates alot of the bulk while requiring as little as possible. Included in the package is a class and XML templates. Rather than dynamically create the XML, the bulk of the XML is set in templates. You pass an array of defined variables into the class and then get your results returned into an easy-to-handle array. Aside from the array of values, you only need three lines of code to execute the query. This is an early development release but the package can do SetExpressCheckout, GetExpressCheckout, DoExpressCheckout, DoDirectPayment and MassPay. Sample code is included for your convenience.<<less
Added: 2005-12-05 License: Other Price: $0.00USD
11 downloads
Java Tool Tutorials by Herong - A Free Tutorial Book 4.11
"Java Tool Tutorials" is a free tutorial book based on notes and sample codes collected by the author while he was learning Java tools himself. Topics includes: book, breakpoint, class, classpath, debugging, free, import, java, javac, jar, jdb, J2SE, more>> "Java Tool Tutorials" is a free tutorial book based on notes and sample codes collected by the author while he was learning Java tools himself. Topics includes: book, breakpoint, class, classpath, debugging, free, import, java, javac, jar, jdb, J2SE, JDK, JPDA, notes, source, sourcepath, thread, tutorials. Key sections: javac - The Java Compiler - "-sourcepath" - Specifying Source Path - "-d" - Specifying Output Directory - "import" Statements - java - The Java Launcher - "-classpath" - Specifying Class Path - "-jar" - Executable JAR Files - "-X" Options to Control Memory Size - "javaw" - Launching Java Applications without Console - jdb - The Java Debugger - Attaching "jdb" to Running Applications - Debugging Commands - Multi-Thread Debugging Exercise - JAR File Format and jar Tool - JAR Files Are ZIP Files - Adding "manifest" to JAR Files - Using JAR Files in Class Paths - Creating Executable JAR Files<<less
Added: 2006-02-13 License: Free Non-Commercial Price: $0.00USD
16 downloads
Other version of Java Tool Tutorials by Herong - A Free Tutorial Book
License:Free for non-commercial use
Way2call Hi-Phone Desktop USB devices - Computer Telephony and TAPI SDK
Way2Calls Hi-Phone products family are External USB / RS232 Plug and Play CTI (Computer Telephony Integration) Devices. Any software application or web page integrating a Hi-Phone device, can have full-featured Telephony functionality such as Make call, more>> Way2Calls Hi-Phone products family are External USB / RS232 Plug and Play CTI (Computer Telephony Integration) Devices. Any software application or web page integrating a Hi-Phone device, can have full-featured Telephony functionality such as Make call, Answer-incoming call, Call Progress Detection, Caller ID etc The Hi-Phone products familys Integration SDK (Software Development Kit) offers software developers a variety of Simple, Fast and Easy Integration Proprietary API (Application Programming Interfaces) as well as standard API. This lets developers focus on their application instead of dealing with detailed telephony issues, using their favorite Programming Language. The SDK, Currently available for Microsoft Windows 2000/XP, supports major industry standard programming languages including C, C++, Visual Basic, .NET (VC++, VB, C#, J#, etc.), Delphi, Java and any other language which can use Win32 API or ActiveX<<less
Added: 2009-02-21 License: Other Price: $0.00USD
14 downloads
Java Tutorials, Java Ebooks, Articles and Java FAQ
Geekarticles database of technology with over 1200 in Java Technology which includes Java Applets Ebooks, Java Ebooks, EJB Ebooks, EJB Tutorials, J2EE Ebooks, J2EE Tutorials, J2ME Ebooks, J2ME Tutoria more>> Geekarticles database of technology with over 1200 in Java Technology which includes Java Applets Ebooks, Java Ebooks, EJB Ebooks, EJB Tutorials, J2EE Ebooks, J2EE Tutorials, J2ME Ebooks, J2ME Tutorials, J2SE Tutorials, Java Swing Articles, Java Web Services, JDBC Help, Jini Tutorials, JMS Tutorials, JSP Ebooks and Tutorials, Servlets Articles and Java FAQS.<<less
Added: 2005-08-28 License: Freeware Price: Free
1562 downloads
Way2call Hi-Phone USB Java Telephony API (SDK) JAVA Library with JNI wrapper DLL
Way2calls Hi-Phone products family are External USB / RS232 Plug and Play CTI (Computer Telephony Integration) Devices. Any software application or web page integrating a Hi-Phone device, can have full-featured Telephony functionality such as Make call, more>> Way2calls Hi-Phone products family are External USB / RS232 Plug and Play CTI (Computer Telephony Integration) Devices. Any software application or web page integrating a Hi-Phone device, can have full-featured Telephony functionality such as Make call, Answer-incoming call, Call Progress Detection, Caller ID etc The Hi-Phone products familys Integration SDK (Software Development Kit) offers software developers a variety of Simple, Fast and Easy Integration Proprietary API (Application Programming Interfaces) as well as standard API. This lets developers focus on their application instead of dealing with detailed telephony issues, using their favorite Programming Language. The SDK, Currently available for Microsoft Windows 2000/XP, supports major industry standard programming languages including C, C++, Visual Basic, .NET (VC++, VB, C#, J#, etc.), Delphi, Java and any other language which can use Win32 API or ActiveX<<less
Added: 2009-02-21 License: Other Price: $0.00USD
14 downloads
Trace Console Insert extension for Dreamweaver 1.2.0
The Trace Console Insert extension for Dreamweaver helps writing Trace Console instructions in order to debug Dreamweaver extensions. The Trace Console extension for Dreamweaver is part of the Dreamweaver Platform SDK, freely available in Dreamweaver more>> The Trace Console Insert extension for Dreamweaver helps writing Trace Console instructions in order to debug Dreamweaver extensions. The Trace Console extension for Dreamweaver is part of the Dreamweaver Platform SDK, freely available in Dreamweaver Exchange. The Trace Console helps debugging your extensions by outputting variable content. You can find more information on the use of the Trace Console when you install the Dreamweaver Platform SDK in the /SDK/Tools/Trace Console/Using The Trace Console.html file of your Dreamweaver installation folder. The Trace Console extension is therefore required to use the Trace Console Insert extension. You can get it for free in Dreamweaver Exchange. The Trace Console Insert extension provides a graphical and convenient interface to write Trace Console instructions faster and safer (no typos!).<<less
Added: 2009-02-25 License: Freeware Price: $0.00USD
13 downloads
How to support mobile devices in ASP.NET 1
Mobile Devices such as cell phones with web access and Personal Digital Assistants (PDAs) are becoming more common. The infrastructure that supports "Wireless Web" is becoming larger and more reliable with the advent of time. Mobile devices use a more>> Mobile Devices such as cell phones with web access and Personal Digital Assistants (PDAs) are becoming more common. The infrastructure that supports "Wireless Web" is becoming larger and more reliable with the advent of time. Mobile devices use a different standard called "Wireless Markup Language " (WML) for consuming web pages. This article is aimed to explore some dimensions of ASP.NET Mobile Software Development kit (Mobile SDK) to create web pages with the same norms and constructs that are required for building any traditional page.<<less
Added: 2006-05-22 License: Freeware Price: $0.00USD
13 downloads
Other version of How to support mobile devices in ASP.NET
License:Freeware
MP3 SPI for Java Platform 1.9.3
MP3SPI adds MP3 audio format support to the Java Platform (J2SE). Release 1.9 provides new features allowing to get audio properties such as bitrate, channels, frequency, duration and song comments such as title, album, artist, genre, track ... more>> MP3SPI adds MP3 audio format support to the Java Platform (J2SE). Release 1.9 provides new features allowing to get audio properties such as bitrate, channels, frequency, duration and song comments such as title, album, artist, genre, track ... (extracted from ID3v1/v2 tags or ICY shoutcast meta-data). Developers could find out sample code in the updated documents section. This new release also provides a real time equalizer.<<less
Added: 2004-02-01 License: LGPL Price: $0.00USD
14 downloads
Other version of MP3 SPI for Java Platform
License:LGPL
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above j2se sdk search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed