1
1
1010101010102015-07-15 20:18:30
JavaScript
101010101010, 2015-07-15 20:18:30

What is the technology stack for rapid web application prototyping?

Hello, I need to learn something for quickly writing web application prototypes. Applications are usually not the simplest, so installing some kind of php engine probably won't work. Familiar with Java and js.
Can you tell me which tools (languages, frameworks, etc.) I should pay attention to.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
alex, 2018-11-25
@lemonlimelike

> so it always contains Value 24
your code is asynchronous, you print the variable to the console before you change it in the axios callback. you can use a closure:

window.onscroll = (function(){
  var count = 24;
  
  return function() {
    var scrollTop=document.documentEle...
    ...
    ...
    ...
  }
})();

>why is this not correct?
correct

C
cthulhudx, 2015-07-15
@101010101010

UI: Spring MVC/GWT/AngularJs/JQuery/BackboneJs
Business logic containers: Spring, EJB
ORM frameworks: Hibernate, JPA , MyBatis

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question