`
文章列表
Recently, I saw a post:   http://www.iteye.com/topic/399628   Though I am too busy at work, can't help to spare some time on this subject because It is a small enough topic to talk about how to design a better component give a (business) requirement, and it is complicated enough to talk about w ...
The next task is to evaluate a given expression. A simple way is to build a generic evaluator for the simple math expression we are dealing with. In fact, building a parser for +, -, /, * and ^(for powers) is as much work as building one for just + and -. The references we are using here are: http: ...
Distributed Caches: http://www.danga.com/memcached/ Tangosol - distributed, commercial JBoss cache gemstone swarm bamboo Local Caches: oscache ehcache jcs jcache Cache API abstraction: get(key) put(key, value) lock(key) - this is used for loading once: first one coming in does the loading, others ...
Language: http://caml.inria.fr/index.en.html http://www.r-project.org/ Testing: http://www-128.ibm.com/developerworks/java/library/j-cwt02095/ - Java coverage AOP: https://dynaop.dev.java.net/

ORM links

    博客分类:
  • JEE
http://orm.net/overview.html http://www.objectrolemodeling.com/Home/tabid/1/Default.aspx
http://blog.springframework.com/rob/archives/2005/12/17/tse-slides-for-advanced-mvc-scheduling-and-jmx-presentations/
Tutorials: http://javaboutique.internet.com/tutorials/ memory leak: http://weblogs.java.net/blog/timboudreau/archive/2005/04/writing_memory.html http://www.technocage.com/~ray/talks/swing.html Misc: http://www.java2s.com/Code/Java/Language-Basics/ObjectInspector.htm http://www.java2s.com/Code/Java/ ...

CEP

http://www.eventstreamprocessing.com/cep-history.htm http://www.infoq.com/news/2007/07/EDA-SOA

Windows

http://virt-dimension.sourceforge.net/ - virtual desktop
Probabilities and Statistics: http://www.ability.org/probstat.html http://www.math.ucla.edu/~tom/ http://www.jdawiseman.com/index.html http://www.jdawiseman.com/papers/easymath/coin-stopping.html(optimal stopping theory) General: http://episte.math.ntu.edu.tw/
http://www.ocf.berkeley.edu/~wwu/cgi-bin/yabb/YaBB.cgi http://www.qbyte.org/puzzles/puzzle02.html http://www.msri.org/communications/emissary/ http://www.mitbbs.com/bbsann/scitech.faq http://www.geekinterview.com/Interview-Questions

Financial Data

http://www.bloomberg.com Bond: http://www.nasdbondinfo.com/asp/bond_search.asp http://www.investinginbonds.com/marketataglance.asp?catid=34 http://www.treasurydirect.gov/indiv/products/products.htm Rating: http://www.fitchratings.com/corporate/sectors/special_reports.cfm?sector_flag=1&marketsec ...
Spring's new module - Spring Batch, a much needed module. Besides the usual web container, ejb container, there are other ways to deploy apps. Batch, Grid, and JMS, besides a simple main() or an ANT task, are other common options. There are several concerns together, one is the deployment, another i ...
There are several discussion about swapping objects during runtime. For example, we may have a case where we need to swap databases depending on the configuration settings or runtime variables, such as user info. For database related, Spring 2.0 added two classes to short-circuit this case, Abstract ...
Here are some results are the testcases: 1. PathFindTest.test4Ball100Floors(): The result is like this: path=(f=56, b=3, whole, tried)-->(f=91, b=3, broken, tried)-->(f=71, b=2, broken, tried)-->(f=61, b=1, whole, tried)-->(f=65, b=1, whole, tried)-->(f=68, b=1, whole, tried)-->(f ...
Global site tag (gtag.js) - Google Analytics