» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with technology + Database

MealMaster Archive

Unfortunately not a live feed - it's an archived database of recipes in a specif format - has over 140,000 recipes though.

XML: del.icio.us/tag/xml

Database Best Practices

Every production application I have been involved with has made use of a database. As a programmer, you don’t have to be a DBA, but just as with software development you need to adhere to a core set of database best practices.

technology: dzone.com: tech links

Should you cache?

Memcached's popularity is expanding its use into some odd places. It's becoming an authoritative datastore for some large sites, and almost more importantly it's sneaking into the lowly web startup. This is causing some discussion.

technology: dzone.com: tech links

Backup Your MySQL Database Using PHP

One of the most important tasks any developer needs to do often is back up their MySQL database. In many cases, the database is what drives most of the site. While most web hosts do a daily backup of a customer's database, relying on them to make backups and provide them at no cost is risky to say the least. That's why I've created a database backup function that I can call whenever I want — including nightly CRONs.

technology: dzone.com: tech links

Murphy’s Laws of Data Warehousing: What Goes Bump in the Night?

Murphy’s Law tells us that whatever can go wrong will go wrong. This axiom applies to all aspects of life, including data warehousing. The following corollaries to Murphy’s Law relate this inevitability of something going “bump” in the night to data warehousing.

technology: dzone.com: tech links

MySQL asynchronous balancing with HTTP+JSON

It is almost the same. It solves the same problem, it does the same work, it looks quite similar, but there is a difference though. One of them is way faster than its predecessor. :-) With great joy, allow my to introduce our brand new DB-Slayer-like module for Cherokee!

technology: dzone.com: tech links

Only In A Database Can You Get 1000% + Improvement By Changing A Few Lines Of Code

Only In A Database Can You Get 1000% + Improvement By Changing A Few Lines Of Code. In this case the query run time went from 24 hours+ to 36 seconds!!!

technology: dzone.com: tech links

AppJet databases now faster and more powerful.

You might like to know that AppJet, the cloud-based JavaScript framework that nobody knows about, just released an update, making it more efficient for the CPU and easier on the coder, a win-win. There are new methods that make it easy to filter and paginate and data sets. See the AppJet change log for specifics.I have prepared an example to show the new features in action.

technology: dzone.com: tech links

Hibernate: Use a Base-class for Common Fields/Columns and Behavior

Tired of wiring in an id, version, and timestamp field into all of your Hibernate objects? There’s an easy way to solve this pain once and for all of your classes. Avoid code-repetition: today’s article focuses on using Hibernate Annotations to map common fields into one mapped superclass.

technology: dzone.com: tech links

SQL Buddy - Ajax Powered Database Management

The term “database management” sometimes sends shivers of boredom down our spine. However, when combined with terms like “Ajax” it suddenly doesn’t seem that bad, now, does it? For many, phpMyAdmin was the only answer for creating databases and managing, editing, and optimizing their current database fields and entries. Along came a relatively unknown database manager named SQL Buddy and, with a little help from Ajax, blew the competition away.

technology: dzone.com: tech links

WSO2 Data Services Tutorial

Data Services allows you to expose database objects as web services. This link contains comprehensive list of tutorials on WSO2 Data Services.

technology: dzone.com: tech links

NetBeans Development Process Rocks!

David van Couvering, Database Architect for NetBeans, shares his enthusiasm for the NetBeans development process below.

technology: dzone.com: tech links

Why Single-Column Primary/Foreign Keys Can't Always Accurately Model/Constrain Your Data

Why the "All Identity-Column Primary/Foreign Keys All The Time" approach doesn't always (or often) work it if you are interested in a clean, accurate data model with full data integrity. The key issue isn't about defining the primary key constraints on individual tables, but rather the *relations* between those tables.

technology: dzone.com: tech links

How adding another table to JOIN can improve performance

JOINs are expensive and it most typical the fewer tables (for the same database) you join the better performance you will get. As for any rules there are however exceptions

technology: dzone.com: tech links

SQL For Developers - 9 Reasons to bother

If you are a developer like I am, you’ve probably gotten by with pretty simple SQL for quite a while. In fact, my experience has been that developers don’t get much past SELECT, INSERT, UPDATE, and DELETE with the associated WHERE and ORDER BY clauses that are necessary to get anything done as a developer.

technology: dzone.com: tech links

One MySQL Configuration Tip That Can Dramatically Improve MySQL Performance

A simple MySQL configuration tip which may dramatically improve performance.

technology: dzone.com: tech links

Hadoop HBase with Maven2

Howto deploy Hadoop HBase into local Maven2 repository.

technology: dzone.com: tech links

Netbeans 6.5 Beta Released

Netbeans, “the only IDE that you need” is undergoing a major overhaul and the new version is called Netbeans 6.5. Today after weeks of development and testing, Netbeans passed a few test criteria and has been decided to be stable enough by the Netbeans team to be called a Beta. Now begins the real stabilizing process and ironing out the bugs that remain.

technology: dzone.com: tech links

Soltice: combines Flex, OSGi and db4o

Solstice is the first framework to integrate Flex and OSGi in a single out-of-the-box package. Even though it's still in alpha, it provides a rich set of open source products and technologies, including Adobe Flex, Adobe BlazeDS, OSGi, Eclipse Equinox, Eclipse Equinox Servlet Bridge, JBoss, Felix and db4o. So far it provides the following: - An OSGi 4 compliant container with Flex-based management console. - A platform for deploying modular Flex applications as OSGi bundles. - Rich server functionality using Blaze DS to expose OSGi services as remote objects.

technology: dzone.com: tech links

SQL Injection attacks in the wild - why they're working and what to do

Over the past several days, a significant number (in the thousands) of web applications, some of them well-known and well-used, have fallen victim to a distributed SQL injection attack that takes advantage of weak or non-existent input validation to inject malicious HTML code that then performs a drive-by malware attack on unsuspecting visitors. Since visitors to your site trust it, if your site has been hacked they are more likely to allow the malware to install on their computer (especially if, for example, the malware is delivered in the form of a browser helper object or something along those lines

technology: dzone.com: tech links

Understanding SQL Execution Plan (Part I)

Oh!!! Why my SQL query is taking so much time to retrieve data...? This is the common question when our SQL query is taking much time to execute. So i will briefly describe hat is happening when we are executing any query. To understand what is happening when executing SQL query, we must know how the execution (Parsing of SQL statements) is happening. Basically SQL query will be parsed "Top to Bottom and Left to Right".

technology: dzone.com: tech links

Web Application Security

How would you determine whether your website is being hacked or not? Read the way hacker steals the information and hacks your website. Moreover, how you can help preventing your website being hacked. IS YOUR WEBSITE HACKABLE? Some hackers, for example, will take advantage of web application vulnerabilities and may maliciously inject code within vulnerable web applications to trick users and redirect them towards phisphing sites. This technique is called Cross-Site Scripting and may be used even when the web servers and database engine contain no vulnerabilities themselves.

technology: dzone.com: tech links

Build a(nother) RESTful Web Service in Just a Minute

This article will show you how you can write and deploy another one-minute web service. The previous article showed how to write a retrieval service in a few lines of code. This one maintains the person table - in a total of 8 lines of code. In subsequent articles we will see AjaxToaster services that handle complex hierachical data structures such as you might find in real world applications.

technology: dzone.com: tech links

7 ways to prevent human error in the datacenter

If you've got a few servers you are responsible for, check out these tips to keep yourself from accidentally causing problems. Good stuff!

technology: dzone.com: tech links

Apache Derby Case Study: Benefits of a Microkernel architecture

Software embracing a microkernel architecture has been happening for the last 20 years, yet the great aspects of this particular architecture are very undermined and is too often not considered when working on a new project. There are various reasons for this, history behind it with poor experiences, but there has also been a lot of lessons learned . So what can one benefit from a microkernel architecture?

technology: dzone.com: tech links

Hibernate Support in the NetBeans IDE

In this demo, we quickly create a web application that uses Hibernate to read a database containing travel itineraries and displays the results in a JSP page using Woodstock JSF components.

technology: dzone.com: tech links

Oracle Removes Licensing for Workshop Eclipse Plug-ins

At long last, Workshop for WebLogic 10gR3 is 100% free Oracle is delivering the Eclipse tools for Oracle WebLogic Server 10gR3 with a simpler packaging (just one, with all features), and a new price (free!). This release of Workshop for WebLogic 10g R3 combines all the features of the other products.

technology: dzone.com: tech links

Certifications - May I See The Menu?

At JavaRanch and JavaBlackBelt, we frequently see questions from developers trying to get their first job or advance to a higher level job. They wonder if getting certified will help them advance.

technology: dzone.com: tech links

Asynchronous Databases: DBSlayer and HTTP

Scale your database with the help of an asynchronous DB access layer - how to guide for DBSlayer and MySQL.

technology: dzone.com: tech links

Impresive MySQL stats

So I’m doing something that relies on MySQL a lot. Last night I had to test a rebuild process that we would use if there was a failure in our systems. Worst case secnairo would be we would have lost about a weeks data and need to reinsert the whole lot.

technology: dzone.com: tech links

Database modularity in Enterprise Application Architecture

few challenges in achieving database modularity in database design. problems in data retrieval from multiple modules.

technology: dzone.com: tech links

Creating ER diagrams from SQL

SQL::Translator is a group of Perl modules that manipulate structured data definitions (mostly database schemas) in interesting ways, such as converting among different dialects of CREATE syntax (e.g., MySQL-to-Oracle), visualizations of schemas (pseudo-ER diagrams: GraphViz or GD), automatic code generation (using Class::DBI), converting non-RDBMS files to SQL schemas (xSV text files, Excel spreadsheets), serializing parsed schemas (via Storable, YAML and XML), creating documentation (HTML and POD), and more.

technology: dzone.com: tech links

SQL - Temporary Tables

Temporary Tables are a great T-SQL feature that lets you store and process intermediate results by using the same selection, update, and join capabilities that you can use with typical SQL Server tables. “In the early days when I used Access I used to create tables that I treated as temporary and then delete them whenever I finished my task”. Using SQL Server this is much simpler."

technology: dzone.com: tech links

Memcached, but do you need it?

With all due respect to the technology and it's advocates (myself included), after a surge in articles describing the merits of using memcached I'm just pushing a thought breakpoint for developers to think whether they actually need it or not?

technology: dzone.com: tech links

Why I'm Unimpressed With Rawness Of Skillz

Since forever, geeks who take themselves seriously have loved to brag such things as, "I use Notepad to edit web pages". Carrying this over to actual programming, "I never click into the designer when editing my ASPX", or "I never design a database using designer tools, I always design it all using raw T-SQL," or "I always update my SVN from the command line". (Someone in a local tech user group bears the post signature, "Real men use Notepad.") Puhleeze. I'm not impressed, and frankly I think anyone who brags like this should get a swift kick in the pants.

technology: dzone.com: tech links

Page 1 | Next >>