On ZDNet: Why Money just wants to be free
1 Resources for

java application and sql

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean Java application (99 results)

TechRepublic Resources

Servoy 2.2 (Windows)
Servoy is an application development and deployment environment used to create and deploy Java applications. Servoy consists of a GUI designer, is fully event-driven and scriptable through JavaScript to help you build and deploy your SQL database front-end applications. For developers: with Servoy you can build front-ends to databases in...
Tags: Java Application, SQL, Microsoft Windows, Servoy, Programming Languages, Java, Middleware, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Software downloads 2005-07-08

Additional Resources

Application Development: SQL Server "Yukon" and CLR integration
If you're a Microsoft programmer, you have probably invested quite a lot in the transition from Windows NT/SQL Server 7 to Windows 2000/SQL Server 2000. The transition to Longhorn/Yukon is going to require a similar investment. Enhancements to SQL Server Yukon will include more complex reporting services and better handling...
Tags: .NET, Application servers, Programming languages, Middleware, Databases, Development tools, CLR, application development, Sanders Kaufman, Jr., server, stored procedure, Yukon, Microsoft .NET, SQL, Microsoft SQL Server
Technical articles 2004-03-16
Technical Track: Resource-Intensive Application and Database Performance on VMware Infrastructure
The latest release of VMware Infrastructure delivers near-native performance on most applications (and better-than-native performance on some), making it possible to run virtually any application in a virtual machine. The presenter of this webcast discuss performance benchmark results for running some of the most IO- or memory-intensive workloads on VMware...
Tags: Database, Performance, VMware Inc., Virtualization, Hardware
Webcasts 2008-11-20
Integrating Oracle and Java: Optimizing your development platform for ERP apps
Bringing Oracle and Java together in your development environment gives you an exceptionally flexible and robust application development and data-handling infrastructure that fronts an excellent data management system and is easily extended in enterprise resource planning. On top of that, it’s extremely Internet-friendly, an increasingly important consideration.The complication you must...
Tags: database, ERP, Java, Oracle Corp., PL/SQL, Scott Robinson
Technical articles 2003-06-06
Five reasons against migrating Java EJB applications to .NET
Migrating from Java to .NET is not an easy task, and you may just be better off with your exisiting application. These five reasons spell out why you should stick with Java.By Godfrey BakerThe .NET Framework has been touted as the next big thing for the distributed computing community. Redesigned...
Tags: Programming languages, .NET, Middleware, strategy, Microsoft .NET Framework, Guest Contributor, Java, Microsoft .NET, C#
Technical articles 2002-09-11
Get your feet wet with Sun's tiny Java DB
Java DB is a lightweight database management system DBMS that is written completely in Java. It only needs 2 MB of memory, and it makes it very easy to embed a fully functional database directly into your application. Java DB is also standards-based, supports SQL and the JDBC API, and...
Tags: Application, Distribution, Sun Microsystems Inc., Network Server, Framework, JavaDB, Apache Derby, Ij, Dblook, Sysinfo, Doc, Lib, propertyList, Storage, Databases, Hardware, Enterprise Software, Software, Data Management, Peter Mikhalenko
Blog posts 2008-01-16
Application Development: Optimize the speed of your ColdFusion applications
In the past, some developers thought that ColdFusion was "too slow." Regardless of whether that was true or not in the past, it is certainly not true now. With ColdFusion MX running on top of Java, CF has gotten a significant performance boost. However, aside from the tweaks to CFMX...
Tags: Java, Development tools, Brian Kotek, application development, JVM, Allaire ColdFusion, server, performance
Technical articles 2004-03-09
Master these advanced Java date concepts
Understanding some of the more advanced concepts of Java date classes can be helpful when you need to internationalize your applications or when users span time zones. Here's an explanation of these concepts and a look at how to store dates in SQL format.If your Java application presents dates and...
Tags: Programming languages, Kathrine Wright, Java Date, French Locale, Java, Language Code ISO-639, Locale, getDisplayName, Locales, Display Name
Technical articles 2001-10-23
Try Apache's Torque project to rev up performance for your Java apps
Apache Torque is a persistence toolkit for Java applications that use relational databases for storage. Torque is an open source project that was spawned off the Jakarta Apache Turbine Web application framework, but it's now completely independent of Turbine. Torque supports most popular commercial and open source databases through JDBC,...
Tags: Programming languages, XML, Storage, OPEN SOURCE, Databases, Apache Software Foundation, Jeffrey Linwood, Java, performance, Torque
Technical articles 2003-04-24
Learn about core enhancements in Java SE 6
Peter V. Mikhalenko covers many of the new features and enhancements introduced in Java SE 6, which is slated for release this year. He also discusses how this release may become a revolutionary step in GUI and desktop Java application development. Java Platform, Standard Edition 6 (formerly known as...
Tags: Java SE 6, Java, Peter V. Mikhalenko, Programming languages, desktop, Java Tips Newsletter, Mustang, Java Platform Debugger Architecture, JAX-RPC Library, Software Development, Software/Web Development
Technical articles 2006-07-31
java & oracle
how to connect java with oracle databaseTry starting here:http://www.orafaq.com/faqjdbc.htm-- RLimport java.sql.*;public class MyConnection { /** * You need the oracle's driver jar (classes12.jar) */ public static void main(String args[]) { try { //Attempts to establish a...
Tags: Java, Databases, Programming languages, database, JDBC, Connection
Q&A 2006-06-19
Implement Java-XML binding with Castor
Java-XML binding simplifies the process of working with XML in Java. Learn how to use the Castor tool to further streamline the process.Castor, one of the few Java-XML binding tools available, is written in Java and performs data binding meant solely for the Java language. It is not the latest...
Tags: Programming languages, Harshad Oak, CAStor, Java-XML, Java, XML
Technical articles 2002-10-07
Building a brand new database and app, what technologies would you use?
Building a brand new database and app, what technologies would you use?OK, you're a small startup who has an idea for a brand new web-based database and application. What database would you build it with and why? What application development platform would you use and why? Remember, you're...
Tags: database, dbest1, MySQL, server, software
Discussion threads 2005-02-14
Get started with Java servlets
Java servlets are server-side objects that enable developers to take advantage of the Java API and HTTP protocol to conduct transactions. Here's what you need to know to begin taking advantage of servlets.Java servlets offer a simple way to extend and enhance Web server functionality. They're platform-independent, so you can...
Tags: Programming languages, Java Servlet architecture, Jeff Hanson, servlet, Java, Java servlet, HTTP
Technical articles 2002-09-18
Oracle JDeveloper 10g: Application Development Framework
Developing Java 2 Enterprise Edition (J2EE) applications using Java Server Pages JSPs/Servlets and Enterprise JavaBeans EJBs is quite popular. However there is no denying that J2EE can get quite complex at times. You need to understand many things to be able to deploy a quality J2EE application. Developing an application...
Tags: Software development, Development tools, Middleware, J2EE, Java development tools, Application servers, Oracle JDeveloper 10g, No. Application Development Framework, Harshad Oak, Oracle JDeveloper, Oracle Corp., Oracle ADF, Application Development Framework, applicati
Technical articles 2004-01-27
Educate yourself about .NET SQL Server connection string syntax
Connecting to SQL Server via a .NET application provides multiple options for specific connection parameters and other options. Tony Patton provides more details about SQL Server connection string syntax. Database connectivity has evolved into a standard aspect of application development. The database connection string is now a standard...
Tags: Microsoft .NET, Microsoft SQL Server, Database Connectivity, Storage, Databases, Tony Patton, .NET, database, connection string, server, .NET Newsletter, Protocol, Connection, Option, Hardware, Enterprise Software, Software, Data Management
Technical articles 2006-06-20
Detach the application from the database
I try to figure how to detach the database from the application. I'm a DBA, I work for a software develpment company. We have client that use our software with both SQL Server and Oracle. How can we get ride of developing two applications, one for Oracle, one for SQL...
Tags: database, detach the application, DLL, Microsoft SQL Server, oracle, Oracle Corp., server, software, sql server, werewolf_@...
Discussion threads 2006-07-25
Implement custom paging with SQL Server 2005
In previous columns, I covered the basics of using the .NET 3.5 ListView control and explained how to pair it with the DataPager control. Now I'll show you how to use these controls with a SQL Server 2005 backend to implement custom paging, in which only a subset of the...
Tags: Function, Microsoft SQL Server, Data, Paging, Row, Microsoft SQL Server 2005, DataPager, ViewState, GetData Method, ID, newIndex, Servers, Databases, Enterprise Software, Hardware, Software, Data Management, Tony Patton
Blog posts 2008-03-25
SQL Developer
For about 6 years I wrote code for Relational Databases and also developed the underlying databases. Now I've been a 1 man IT dept for 6 years and find my skills out of date & am becoming stretched too thin. I'm thinking about studying SQL Server...
Tags: SQL, 6-Year, career change, schauers@..., career, Microsoft .NET, Microsoft SQL Server
Discussion threads 2006-02-23
10 Linux and open source developer tools you should not overlook
To take advantage of the excellent Linux development environment, you need to have the right tools. Here's a rundown of some of the best ones out there and the features they have to offer. Linux is a great development environment. But without sound development tools, that environment...
Tags: IDE, Linux, C, Eclipse, C++, Plug-in, Feature, Tool, Quanta, Bluefish Bluefish, Anjuta, Glade, Kdevelop, GDB GDB, GDB, KompoZer, Productivity, Open Source, Jack Wallen
Blog posts 2009-03-16
  • << Previous
  • page 1 of 1
  • Next >>


PC Troubleshooter Resource Guide, Fifth Edition
Ensure you have the solutions you need to troubleshoot power supplies, CPUs, video cards, disk drives, CD and DVD drives, motherboards, sound cards, USB issues, monitors, printers, laptops, network connections, spyware, Windows XP and more.
Buy Now
500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now

SmartPlanet