Archive for the ‘Development’ Category

End of Patterns for e-Business

Well, the P4EB exam was last week, so that wraps up that module – unless something goes terribly, terribly wrong and I have to resit! The exam deviated from the previous years’ exams quite a bit. In two parts, the first part being pretty much just bookwork, the second part being a choice of three [...]

Posted on June 1, 2010 at 10:03 pm by Paul Brabban · Permalink · Leave a comment
In: Development

Revising for P4EB Exam

I feel revision for the Patterns for e-Business exam is going pretty well. There are some interesting questions to answer, such as describing the difference between the Strategy and State patterns. That one’s absorbed a fair bit of thought to get my ideas to some degree of clarity and conciseness. My revision schedule has settled [...]

Posted on May 21, 2010 at 10:48 pm by Paul Brabban · Permalink · Leave a comment
In: Development

Fixing WebContent Problems in Eclipse

By default, a ‘Dynamic Web Application’ project in Eclipse will put the non-code resources (pages, WEB-INF, META-INF, etc.) in a folder under the project called WebContent. Exporting .war files or publishing to a server works just fine, as Eclipse knows what WebContent represents, and what should be done in order to deploy it. The trouble [...]

Posted on April 10, 2010 at 6:35 pm by Paul Brabban · Permalink · Leave a comment
In: Development

No Building Web Applications

I tried the first couple of weeks of the Building Web Applications, but I won’t be continuing with the module. I was hoping that there’d be some deep insight into the pros and cons of the Java web applications and the JSF framework and RESTful Web Services, but it was pretty clear that we weren’t [...]

Posted on March 28, 2010 at 10:28 pm by Paul Brabban · Permalink · One Comment
In: Computer Science, Development, MSc

Studying for SCJP?

I was recently quizzed about prep for the Sun Certified Java Programmer exam, so here’s a quick rundown of the resources I found useful and tips I picked up when I was studying for SCJP 5. All in, it cost me around £200 and took just under four months. I can recommend the following resources: [...]

Posted on March 14, 2010 at 8:16 pm by Paul Brabban · Permalink · One Comment
In: Development, Java