Category Archive: Programming

Programming Related Articles

Jul
26

Tech Talk with Reza Rahman on Resin 4, CDISource, and JEE 7 and 8

DZone’s talk with Reza Rahman on their newly released Resin 4 Java Application Server. In this video following topics are discussed Java EE 6 Web Profile CDISource Java EE 7 Java EE 8 WebSocket Cloud computing

Permanent link to this article: http://www.javaplex.com/blog/tech-talk-with-reza-rahman-resin4-cdisource-and-jee7-jee8/

Jul
25

Using Atmosphere for comet, websocket and REST Web Services

web-socket-lifecycle

What is Comet? Comet is technique to refresh the web browser from server push without refreshing the page. Comet is known by several other names, Ajax Push Reverse Ajax Two-way-web HTTP Streaming HTTP serv See the following very good presentation on Comet and WebSocket understanding. What is WebSocket? The WebSocket specification—developed as part of the …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/using-atmosphere-for-comet-websocket-and-rest-web-services/

Jul
21

Tomcat OutOfMemoryError

Tomcat server sometime will hit the following java.lang.OutOfMemoryError: PermGen space error. By default, Tomcat assigned very little memory for the running process, you should increase the memory. How to fix it? Open the Server tab in Eclipse and double click the Tomcat server to open Server Configuration. In Server Configuration, click on the Open Launch …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/tomcat-outofmemoryerror/

Jul
19

Vaadin: The GWT Development Framework

vaadin_logo

Vaadin is GWT development framework which facilitate the RIA rapid development. Vaadin is a web application framework for Rich Internet Applications. Vaadin is a large collection of UI components. Vaadin is a robust architecture for rapid application development. Vaadin’s recent release 6.6 with GWT 2.3 adds “touch support” which means you can add touch support …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/vaadin-the-gwt-development-framework/

Jul
18

Project Skelton based on Extjs, Strtus, Spring and Hibernate

If you decided to start java web project with UI framework with backed Spring and Hibernate. It also bundled with Extjs which have amazing rich UI components and AJAX support out of the box. Some guys, created a skelton project based on above specs and open sourced it on google code repositry with name “MICRITE”. …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/project-skelton-based-on-extjs-strtus-spring-and-hibernate/

Jul
18

Java IO Toosl for Stream Wiring and File Format Detection

If you are dealing with files, stream and extension and want to speed up your work then there’s handy open source project at Google Code named io-tools. io-tools further divide into two sub projects EasyStream and WazFormat. EasyStream is a natural extension of Apache commons-io, providing advanced solutions to some common but not trivial problem. …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/java-io-toosl-for-stream-wiring-and-file-format-detection/

Jul
15

Learning of Oracle ADF 11G using Video Training Sessions

This page contains recorded sessions that will help you get up to speed with Oracle ADF. Following recorded sessions are selected from Oracle ADF Insider site, that will help you to learn oracle ADF. Prerequisits for trainings:- Oracle JDeveloper 11G Oracle Database Express Edition 10G/11G Training-1: Introduction to Oracle ADF http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/Introduction_To_ADF/Introduction_To_ADF.html Learn what Oracle ADF …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/learning-of-oracle-adf-11g/

Jul
15

Using JavaMail API Read Emails from Gmail

Permanent link to this article: http://www.javaplex.com/blog/using-javamail-api-read-emails-from-gmail/

Jul
01

Comparing Java EE Application Server – Glassfish vs. Jboss vs. Weblogic

Java Application Server Comparison

In this article, you will get an idea about the three big  Java EE application servers. The most of the results and content is extracted from Sun’s white paper about “COMPARING GLASSFISH™ AND JBOSS WHICH APPLICATION SERVER IS RIGHT FOR YOU?”       Disclaimer: All the facts, figure, logos, trademark and citations are ownership …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/comparing-java-ee-application-server-glassfish-vs-jboss-vs-weblogic/

Jul
01

What is Linkedin Architecture & Technology Stack

You ever wonder what is the technical architecture & Technology Stack of Internet biggest website, Linkedin. Linkedin’s Engineering team setup their blog and posting publicly about their technologies being used for Linkedin.  Checkout the following website links for more details.   http://blog.linkedin.com/blog/engineering/index.html http://hurvitz.org/blog/2008/06/linkedin-architecture http://raibledesigns.com/rd/entry/linkedin_s_engineering_blog  

Permanent link to this article: http://www.javaplex.com/blog/what-is-linkedin-architecture-technology-stack/

Page 3 of 812345...Last »