webapps

  1. P

    B4J Question Automatic scroll top page in webapp after updating. How can I do?

    By modifying Erel's Dynamic Keys example I made a websocket based webapp showing a gallery of images. When I update the gallery the browser I would like to scroll the broser at the beginning of the gallery as it remains in the previous position, for example half gallery. How can I do...
  2. A

    B4J Question Question about WebApps and Jetty.

    Hi. Last month I was doing some tests with B4J and webapps. I found it powerful and easy to use. But I do have some questions. B4J webapps do have a jetty server embedded. 1) If we want to run more than one webapps on the same machine, we have to set each instance to use a different port. I...
  3. jmon

    B4J Question Making this kind of webApp: Possible? (2D Online Builder)

    Hi, I'm stuck with a demand I received today. Can I make something very very similar to this with B4J? (See this website): https://www.circuitlab.com/editor/#?id=7pq5wm (Basically an online builder) I would have no problem making that as a desktop application, but here I have to do it as a...
  4. DarkoT

    B4J Question Visual form designer/FrameWork for WebApp

    Hi to all, I'm new in web development (i spend many years in desktop programming) and I choice B4J for Web application development... Maybe will my question be stupid... :) exist here some Visual form for WebApp designer (like in MS Visual Studio) or what will be suggestion - how to start...
  5. Mashiane

    B4J Question [BANano] [SOLVED] How can I BANano ReactJS?

    Hi there I'm curious about ReactJS due to some possible implementations I might need to look at. I read that one can use JSX, but for pete's sake looking at this... import React, { Component } from 'react'; class App extends Component{ render(){ return( <div>...
Top