Skip to main content
View by: Most Recent | Topic | Community | Webloggers   
Monthly Archives:    

Blogs by topic: Global Education and Learning

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • GlassFish • Grid 
• GUI • IDE • Instant Messaging • J2EE • J2ME 
• J2SE • Jakarta • JavaFX • JavaOne • Jini 
• JSP • JSR • JXTA • LDAP • Linux 
• Mobility • NetBeans • Open Source • OpenSolaris • OSGi 
• P2P • Patterns • Performance • Porting • Programming 
• Research • RMI • RSS Feeds • Search • Security 
• Servlets • Struts • Swing • Testing • Tools 
• Virtual Machine • Web Applications • Web Design • Web Development Tools • Web Services and XML 


Community

When we starting planning how we were going to use Java technology at Amway (10 years ago); we realized we had many decisions to make about standards to adopt, practices to learn, architectures to use, patterns to follow, etc. Fortunately for us, there were many sources of information to help us figure all of this out. Unfortunately for us, there were many sources of information to help us figure...
on May 21, 2012 | Permalink | Discuss
10 years ago, when we were decided to use Java technology to create a new application, for use at Amway Corp; we thought it was sufficient to say, "We are using Java!". We were wrong... We quickly realized that there was Java 2 Standard Edition and there was Java 2 Enterprise Edition. Since we were architecting our application to run in an application server-based environment, we concluded that...
on May 14, 2012 | Permalink | Discuss
Hello all. My name is Larry Fernandez and I am a Principal Software Developer in IT. I work for Amway Corp in Grand Rapids, Michigan. March 2012 was my company's 10-year anniversary using Java. We have over 1 million lines of J2EE code in production, with more on the way. I have been here since our "Java" beginnings and I have played many roles (developer, architect, project manager, etc.). We...
on May 9, 2012 | Permalink | Discuss
Hello there! I'm Alessandro Gentile and this is my brand new blog on java.net. I must say, I'm honored to be part of this community. Two months ago I joined the GlassFish project and I began to write tutorials. There are several reasons for my choice and among them there's the love for open source software and java EE. Markus Eisele in his blog two weeks ago wrote an article that I found truly...
on Apr 15, 2012 | Permalink | Discuss
I blog this, because shocked with Oracle's Corporate Fair new "program" in our area, Asia Pasific, and feel that our 12 years work is like never seen. Strange what Oracle doing in headquarter, and why all the Sun report from pre-acquzition never come to his office.. I am glad somone can send this blog to him. and change his "status" of this country, Indonesia to a better place...
on Mar 2, 2012 | Permalink | Discuss
Know how persist document in the Cassandra in a way fairly simple
on Feb 1, 2012 | Permalink | Discuss
Beyond being merely a computer programming language, Java is the most widely used software platform in the entire world. There is a large number of various software solutions that were developed using this technology. Without many people being aware, Java is present in our daily lives in embedded technologies like blue-ray discs and a countless number of sites on the internet that...
on Jul 26, 2011 | Permalink | Discuss
We are now success put Cimande to Maven.Java.net, but of course, because this is our first deployment, so there are bugs that we fix, but hopefully we will fix it shortly, because 55 kids (highschool) waiting for those, and several univ student waiting to start using it.  Since the blog posting, we found a bugs in dbunit in our code, but that wont stop me to blog here. U can try our cimande-...
on Jul 8, 2011 | Permalink | Discuss
Hi, we just create a small diagram for our 2011 program, and 50 highschool kids learning this model, around 12 univ student and 6 lecturer from polytechnis in north sulawesi island, in the progress to evaluate this concept in real case.   The interesting of this project is to create Java development ecosystem, and we use 2 integration framework, called BlueOxygen Cimande under blueoxygen....
on Jul 4, 2011 | Permalink | Discuss
We are moving almost everything from SF.net, our own server UGForge, and our own Nexus to Java.net
on Jul 2, 2011 | Permalink | Discuss

Education

The search algorithm is used for finding an item within a collection of items. String searching algorithm is a category of the search algorithm. The main idea of string searching algorithm is to find text pattern in a string. There are many techniques used to solve this. This third and last entry will be about 'Boyer-Moore (BM)' algorithm and how you can apply it on a simple Java code.
on May 21, 2012 | Permalink | Discuss
The search algorithm is used for finding an item within a collection of items. String searching algorithm is a category of the search algorithm. The main idea of string searching algorithm is to find text pattern in a string. There are many techniques used to solve this. This first entry will be about 'brute-force search' and how you can apply it on a simple Java code.
on Apr 19, 2012 | Permalink | Discuss
This article has the main objective show a little example for persist information in Cassandra using java. For demonstrated the persistence with Cassandra will used the Easy-Cassandra, a framework open source for use this SGBG in an easy mode.   @ColumnFamilyValue(nome = "person")// public class Person implements Serializable {   private static final long...
on Jan 24, 2012 | Permalink | Discuss
Many things changed from java 1 in 1995 at java 7 2012. Learn about this reading this article.
on Jan 17, 2012 | Permalink | Discuss
The Java Script programming language supports exceptions handling mechanism that use try and catch blocks, similarly to other programming languages. If you are not aware of this possibility then I recommend you to read this post.
on Mar 21, 2011 | Permalink | Discuss
The possibility to manipulate CSS using code written in Java Script sets the foundation for many innovative Java Script SDKs. In this post I explain more.
on Mar 21, 2011 | Permalink | Discuss
The possibility to interact with the cookies using Java Script code running within the scope of the web browser sets the foundation for many new innovative SDKs. The Facebook Java Script SDK is one of them.
on Mar 21, 2011 | Permalink | Discuss
Using Java Script we can easily create image maps in our web page. If you are not familiar with this possibility then this blog entry is for you.
on Mar 21, 2011 | Permalink | Discuss
The importance of the Java Script programming languages continues to rise. During the last years we can see more and more web applications based on extensive usage of the Java Script programming language. One of the problems Java Script programmers face is the differntiation between the different web browsers. Each and every web browser supports a different falvore of this language. This post shows the available Java Script debuggers we can use when developing for the three most popular web browsers (Chrome, Internet Explorer and Firefox).
on Mar 21, 2011 | Permalink | Discuss

Programming

The search algorithm is used for finding an item within a collection of items. String searching algorithm is a category of the search algorithm. The main idea of string searching algorithm is to find text pattern in a string. There are many techniques used to solve this. This second entry will be about 'Knuth-Morris-Pratt (KMP)' algorithm and how you can apply it on a simple Java code.
on May 10, 2012 | Permalink | Discuss