The view file in CakePHP is with .ctp extension. By default, Eclipse does not know which editor should be used to open this kind of file. If you associate it with PHP Editor in Preference -> General -> File Association, you will find there is no syntax highlight in the editor.
Here comes to the solution.
Continue reading Opening .ctp file with Syntax Highlight in Eclipse →
After creating all the entity beans in the backend project. it’s time to move on to the frontend stuff. First, we need to decide what Java frontend framework is used in our project. so i take the chance to learn Tapestry.
With Maven, we can make use of the Archetype as a project template to start our first Tapestry project. This post shows u how to make start your first Tapestry project in Eclipse with m2eclipse installed.
Continue reading Tapestry – Create a Tapestry Project in Maven →
The Eclipse proxy setting does not apply on subclipse. So you cannot connect to a SVN repostory outside your firewall even you have set the proxy in Eclipse.
Continue reading Eclipse – Configure Proxy for subclipse →
I always think that building a good developing environment for developers are essential in terms of efficiency as well as quality. maven-jetty-plugin let you run the webapp without deploying the .war to Java web container and run debug mode directly in the Eclipse IDE.
Continue reading Maven – Run Webapp by maven-jetty-plugin →
We did talk about how to use Maven in Eclipse. So let’s move on to see how to integrate SVN and Maven in Eclipse.
Continue reading Check out a Maven Project from SVN in Eclipse →
m2eclipse is an Eclipse plugin for developing Maven project. Here shows u how to install it in Eclipse.
Continue reading Eclipse and Maven – m2eclipse →
Eclipse is the one of the IDEs for building Android application. This article shows u how to install the Android Development Tools (ADT) Plugin in Eclipse.
Continue reading Android – Install the Android Development Tools Plugin for Eclipse →
Dream BIG and go for it =)