1942 , Fullscreen 320×240 Java Game

Monday March 29 2010 1:15 am | Category : java game,motorola,nokia,samsung,symbian | Comments (2)

19421942 is a vertically scrolling shoot ‘em up made by Capcom that was released for the arcade  in 1984. It was the first game in the 19XX series, followed by 1943: The Battle of Midway.

1942 is set in the Pacific theater of World War II. Despite the game being created by a Japanese company and staff, the goal is to reach Tokyo and destroy the entire Japanese air fleet (this way the game is historically correct). The player pilots a plane dubbed the “Super Ace”, but its appearance is clearly that of a Lockheed P-38 Lightning). The player has to shoot down enemy planes; to avoid enemy fire, the player can perform a Roll or “loop-the-loop.”

The game was later ported to the NES (developed by Micronics), MSX, NEC PC-8801, Windows Mobile Professional, and Game Boy Color. It was ported by the European games publisher Elite Systems to the Amstrad CPC, ZX Spectrum and Commodore 64. The game was included as part of Capcom Classics Collection for the Xbox and PlayStation 2 in 2005.

Martin Bedard of Saint-Lazare, Quebec, Canada holds the record for this game with 13,360,960 points on November 19, 2006. Anthony Papamatheos clocked the iPhone version of the game on 20 October 2009.

Download and Install , How to Install on your Phone ? go to Download >>

Java Application Scalability

Saturday March 27 2010 10:49 am | Category : JAVA,java application,software,Uncategorized | Comments (0)

Scalability of applications has become a lot more complex than buying a bigger Windows server or z/OS mainframe.  It is not just a system’s ability to handle user requests well as the numbers grow, but has mostly to do with managing system load, handling priorities, remaining responsive under high-load situations, while scaling as linearly as possible. A key problem of large-scale systems is data integrity as the number of transactions with write operations grows and the danger of data locks slowing down the system increases. Often the maximum number of concurrent users is seen as a measurement of scalability, but that is a dangerous shortcut. The number and kind of transactions that are required within a certain time frame is the only true measure of scalability. Response times for a transaction mix should remain below a limit at the expected peak transaction load.

For Java applications is difficult and expensive to achieve predictable, scalable performance. Simple switching from the single-server environments to multi-server can cause overall application throughput to collapse. Adding more data can cause the database to need progressively more resources. Java applications that work instantly in test, can be twenty times slower in response time when loaded with concurrent users.

The only (very complex) way to truly scale Java applications is to use three server tiers. The first is a HTTP-driven GUI, the second a Java server that de/serializes the tables of the third database tier into Java go to Download >>

Opera Mini 5 Beta

Tuesday March 23 2010 11:19 am | Category : browser,JAVA,java application,Touchscreen | Comments (4)

Opera Mini 5 beta

After a long wait, finally came out release of Opera Mini 5 Beta with some interesting features that have long we wait. Features that make Opera Mini as the only mobile browser of the most easy to use.

For The access the Internet via HP surely familiar with browser Opera Mini 4.2 which is used for browsing, Facebook and the other due to the current mini opera browser is the most favorable view mobile display.

To satisfy its users Opera has released the latest version of Opera Mini beta 5. Whose name the latest version would be more sophisticated than previous versions, and it was not a figment wrote because of its features Opera Mini 5 more powerful than ever and is in almost resembles the original opera. go to Download >>



Page :123