api (RSS)

09 projects, some concluding

Are the project encountered problems, look at this record. Fast Table: For some statistical values, such as the total, incremental, these real-time is not high but the query a lot of features can be e ...

Java image processing (including Jmagick application)

Recently have been used to image compression processing, as in the previous processing using Java, in the case of low pixels, Java is indeed very poor effect of treatment, and then tried to use the fr ...

JavaScript function calls in the swf

In the past year, for developers to use flash and javascript communication trouble will always run into some things, call the javascript function from flash is no problem because we can use the getURL ...

Git ignore files in the rails projects

Go to you rails app folder and create a file named. Gitignore vim. gitignore update the file: nbproject log / *. log tmp /**/* config / database.yml db / schema.rb db / *. sqlite3 public / javascripts ...

DWR obtain information session

Recently, we decided to adopt the project features Ajax technology, and finally adopted the DWR. In the use of the DWR, the face of the need to preserve access to the user session information. Interne ...

Object-oriented design principles

Design patterns are all different packaging variability, thus allowing the system to achieve different angles in the "open closed principle" requirement. Software systems in software, a modu ...

Subject: JS framework under predicted the trend of

MooTools will in the next few years, became popular as quickly as jQuery JQuery will gradually disappear and YUI will not be embarrassed not to live in Manavgat, YUI 3.x will be the plaything of a sma ...

Flex and JavaScript Interaction: call and the call

First, the JavaScript method to call Flex Flex can be used in the ExternalInterface in Flex to call the method, way 1. Flex application in the list of available methods to add a public method specifie ...

Web search using Lucene to speed up application development

OR: If you want to search contain character A or B of the document, then need to use the OR operator. Need to remember is that if you simply use a space to separate two words, in fact, when the search ...

How to Learn Hibernate

Introduction to Hibernate easier, I have not dare to claim that good. Hibernate watch my first pass when the document was very difficult, but it is not difficult to grasp because Hibernate and find it ...

javascript Analysis json

JSON (JavaScript Object Notation) data format of a simple, more compact than the xml. JSON format is native JavaScript, which means that the JavaScript in the JSON data do not need to deal with any sp ...

Why is there no way to deal with form

At the recommendation of a lot of code Rails2.3 form form_for deal is not written in the form of action submitted So, obviously, the Rails convention of the other. This agreement are the rules of how ...

Think now that it is good, it is necessary to play to the limit - two series of unit testing

(Sic) http://www.blogjava.net/BlueDavy/archive/2006/01/22/28976.html Now that testing is good, then put it to play to the limit. Testing is good, it gives no cause for criticism, almost all people mak ...

Rails to use the API see ri

I have always been used to compare directly to the http://www.ruby-doc.org/core/ See Ruby, and to the various API http://api.rubyonrails.org/ Rails check the API. In fact, after the installation of ru ...

XFire client flow analysis

This article is taken from: http://www.blogjava.net/hywavesoft/archive/2008/03/02/183262.html XFire is a very popular J2EE field of Web Service Framework, with its excellent performance and easy-to-us ...

Rack rails what is middleware?

Introducing Rack Tue Feb 20 18:26:03 CET 2007 Dabbling in my own web framework experiments, I noticed that there is a lot of code duplication among frameworks since they essentially all do the same th ...

Ri Show Rails use the API

I have always been used to compare directly to the http://www.ruby-doc.org/core/ See Ruby various API and to http://api.rubyonrails.org/ Rails check the API. In fact, after the installation of ruby an ...

js entry class object-java programmers papers

Everyone to express their views or ha, I continue to study the well, me too just learn JS Ha, the original only as a simple API RIA is currently very hot, a lot of java developers also have to start u ...

Tutorial on ruby-debug

Posted on July 11, 2006 Installation The installation procedure requires rubygems package and C compiler available. Two notes worth to mention: For Debian users, you must have ruby-dev package install ...

Using Ruby on Rails and Action Web Service to create Web Services

Action Web Service module will be at Ruby on Rails implementation of Web services. Action Web Service will create the SOAP and XML-RPC Web Service Protocol server-side support. You can use the Declara ...

Hibernate's FetchSize and MaxReslut

Previously EJB to do paging, EJBQL only provide FirstResult and MaxReslut, recently discovered by Hibernate its HQL also provides FetchSize, checked under the API found almost mean, and then found the ...

SUI-JavaScript rich UI library integration solution

Introduction: SUI is not a class implementation of the UI, nor is it a standard set of UI markup language, it is just to help the existing UI frameworks (such as Ext, YUI like) to mark the way to the ...

Hibernate query: HQL and Criteria

HQL query methods generally used in more general way through the query query. Examples are as follows: The Criteria is a more than HQL query object-oriented approach: Created as follows: Criteria crit ...

Software development sunflower Baodian [reprint]

Master the ability to reuse code very familiar with the new API's fast. This is because, he once used a lot of the API, have a lot of reusable code. He knows what is available and what is deficien ...