Skip to main content

Posts

Showing posts with the label Java servlet

Making an iOS app like making a Java web app - Part 1: writing Java web apps

One of the outcomes of my work on my first iOS app is my Github repository Html5StarterAppWithSwift which is an Xcode project template for creating Html5/iOS apps, or maybe we can call it "native Html5 iOS apps"... hmm what do I mean? What I mean is, it's an Xcode project template, that can help you create native iOS apps such that all of the app's UI is powered by Html/Javascript, while it makes use of native iOS code ( Swift ) for scheduling local notifications, storing data ( Core Data ) etc. p.s. if you would like to know about Html5StarterAppWithSwift , you can have a read of this post . So what is this post about? I have a background in writing  Java  web apps i.e. for my day job, I write Java web apps using frameworks such as Struts , Play  etc and there is a way in which those Java web apps are written. Now, when I started working on my first iOS app, my Java developer background played a big part in the way I structured my app i.e. separation of code...