Configuring Eclipse with Apache Tomcat and Ext JS
While Eclipse IDE is not the best one for JavaScript developers, it’s the most popular IDE among enterprise Java developers. If an enterprise Java developer needs to start developing in JavaScript, the...
View ArticleeCommerce with Hybris: Debugging Hybris with Beanshell from Eclipse IDE
Overview BeanShell is a Java-like dynamically typed language that allows to execute scripts in a running Java environment. You can use it to enhance the functionality of your application or to test and...
View ArticleHow we write a book for O’Reilly
In the past, to write a book the writer would need a quill pen. After a while, Microsoft Word replaced the goose feather. Today, any Word processor is not good enough. You need to have tools to...
View ArticlejQuery Mobile Chapter is Done
The draft of the jQuery Mobile chapter is done. As usual, your feedback is appreciated http://enterprisewebbook.com/#_jquery_mobile. If there is something to be changed, please open the issue on github...
View ArticleHow serious is Google about Dart?
Developing applications in JavaScript is not overly productive. You can use CoffeeScript or TypeScript to write code that will be converted into JavaScript for deployment. We are also closely watching...
View ArticleSpeaking at JavaOne 2013
I’m going to speak at JavaOne 2013, which is my new achievement unlocked! I’ll be talking about a very interesting topic – integration of Java and JavaScript. Here is quick abstract of my [BOF5793]...
View ArticleIntro to working with Git and GitHub
In October of 2013 My colleague Victor Gamov and I ran a presentation “Intro to working with GIT and GitHub” for the Princeton Java Users Group. Then we’ve received a number of requests asking if a...
View ArticleJava Swing Has to be Deprecated
Every time I start teaching my new Java class I’m looking at the Swing units in the manual asking myself, “Why my students need to know Swing framework?” Well, I need to teach them how to program GUI,...
View ArticleStarting new Web project
We had a project kickoff meeting this morning to discuss tools to be used. This is a consumer-facing single-page (SPA) Web application that will also have a back-office part to be used by the business...
View ArticleIntroducing AngularJS to Java Developers
If you want to develop Web applications, you’ll need to learn JavaScript. But writing code in JavaScript (at least in its ECMAScript 5 incarnation) is non-productive. You need to pick up a one of the...
View Article