Results 1 to 3 of 3

Thread: Web page embedded application

  1. #1
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default Web page embedded application

    Hello,

    I have a goal to create a web page from blank with one application on the web page.

    My req's:
    -Compatible desktop/notebook/mobile/etc.
    -Writes asynchronously to database
    -Holds table with drag-able cells from one category to next

    Any tips for beginner web programmer?

    My first guess is I may simply apply my java knowledge to convert somehow to desired result? Or perhaps somebody reading has alternative.

    Ty,
    -Lj

  2. #2
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    If using Java, JSP with Tomcat and PHPMySQL or JSP with Tomcat and Microsoft SQLServer 2012. Use the OJDBC Driver.
    I am Ggzz..
    Hackintosher

  3. #3
    Join Date
    May 2007
    Posts
    526
    Mentioned
    12 Post(s)
    Quoted
    109 Post(s)

    Default

    For SPA, I'd go for Angular 1.x with either bootstrap or material design. For backend, I recommend sails.js (node). For database, e.g. couchbase or mongo works nicely.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •