Category Archive: Programming

Programming Related Articles

Sep
23

Java EE 5 based Next Generation Open Source CMS & Content Repositry

flexive-cms-application

Java EE 5 Compliance fleXive Content Management System A content management system controls all parts of a web site: pages, images, stylesheets, and so on. By applying workflows the site owner can specify processes for certain actions (e.g. publication of new contents). Templating ensures that the page layout is separated from the page contents. High …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/java-ee-5-based-next-generation-open-source-cms-content-repositry/

Sep
14

What’s New in JDK7

JDK7 offers whole set of new exciting features…….. Following is the compact list of JDK7 new feature Swing The JLayer class has been added, which is a flexible and powerful decorator for Swing components; see How to Decorate Components with JLayer. The Nimbus Look and Feel has been moved from the com.sun.java.swing package to the …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/what-new-in-jdk7/

Sep
05

Leading Open Source Solutions

Following are some of the leading open source projects geared toward open source community. The list will be updated as per good finding, you can also comment/suggest if find any interesting open source project. Bonita – Open Source Business Process Management & Workflow SugarCRM – Open Source Business and Social CRM Alfresco – Open Source …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/leading-open-source-solutions/

Sep
05

Bonita – An Open Source BPM

Bonita Open Solution combines three solutions in one: an innovative Studio for process modelling, a powerful BPM & Workflow engine, and a breakthrough user interface. Bonita Studio meets the challenge of standard Business Process Management Notation (BPMN) with a simple, intuitive and graphical solution. Bonita Studio comes with 100+ built in and contributed connectors – …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/bonita-an-open-source-bpm/

Sep
05

Hibernate – How to use database’s reserved keywords in HQL and Pojos?

1. Enclose the column name  with square brackets [] will solve your problem. @Column(name = “[ORDER]“, nullable = false) public String getOrder() { return order; } And for Hibernate XML Mapping <property name=”Order” type=”string” > <column name=”[ORDER]” length=”128″ /> </property>

Permanent link to this article: http://www.javaplex.com/blog/hibernate-how-to-use-databases-reserved-keywords-in-hql-and-pojos/

Aug
25

What’s New in Java Enterprise Edition 6

Following the revised and updated JSRs that are part of Java EE 6 specification. JSR 316: JavaTM Platform, Enterprise Edition 6 (Java EE 6) Specification JSR-250: COMMON ANNOTATIONS FOR THE JAVA PLATFORM JSR-315: JAVA SERVLET 3.0 JSR-311: JAVA API FOR RESTFUL WEB SERVICES (JAX-RS) JSR-299: CONTEXTS AND DEPENDENCY INJECTION FOR JAVA JSR-303: BEAN VALIDATION 1.0 …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/whats-new-in-java-enterprise-edition-6/

Aug
15

Open Source Mobile Ad Server

splash_madserve

If you have mobile apps and want to run your own ad server to control and manage your advertising business, then there are great solution built on PHP & MySQL mAdserve. It provides easy to integrate SDK for iOS (iPhone, iPod, iPad), Google Android and Windows Phone 7. Along with your own ad inventory, you …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/open-source-mobile-ad-server/

Aug
05

Java JSON Libraries for Serialization & Deserialization of Java Objects

Convert Java Object to XML and Convert XML to Java Object If you task is to do serialization by converting Java Objects  to XML, and XML to Java Objects then you really need a library to serialize objects to XML and back again. Because doing these things manually can really panic and may tons of …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/java-json-libraries-for-serialization-deserialization-of-java-objects/

Jul
28

HelloWorld MongoDB NoSQL

MongoDB

A simple HelloWorld MongoDB eclipse based project to demonstrate connectivity with MongoDB, interaction with database, saving/persisting and retrieval of data from MongoDB. Prerequisite: MongoDB Server MongoDB Java Driver  (JDBC Driver) JDK 1.5+ Eclipse 3.5+ Step-1: Download MongoDB Server Download MongoDB Server binaries, I am using Windows 32bit  http://www.mongodb.org/downloads Step-2: Start MongoDB Server Create a data …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/helloworld-mongodb-nosql/

Jul
26

Java EE Project Tempaltes for kick starting projects

If you are starting new Java EE project and want to use standard template and based on best practices to make project architecture, then you should visit and checkout SVN repository of “ScratchMonkey“. ScratchMonkey is set of standard project template. They did the job very well and share the source code which can be checkout …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/java-ee-project-tempaltes-for-kick-starting-projects/

Page 2 of 812345...Last »