mvc tag

22 questions


2 answers
296 views
0
What is the difference between service and utility classes?

I read Hidenori GOTO's answer to the following questions.It was explained that the service was like this.What is the role of the service in the MVC modelHowever, if you look at this much, you can't te...

mvc
1 years ago

1 answers
121 views
0
To download csv as post in ASP.NET MVC5

Trying to do csv output on ASP.NET MVC5.On a screen with multiple parameters and multiple buttons, I post using Ajax.I'm having trouble downloading files and creating files.// Here's an excerpt:$('#do...

1 years ago

1 answers
136 views
0
Understanding JavaFX MVC Class Methods

I'm making a simple app with JavaFX to practice MVC, but I can't make it well.Especially, I am not good at communicating View input to the controller.Below is the source I am making now, but I use the...

1 years ago

1 answers
77 views
0
C# ASP.NET Ajax Communication Returns Large HTML

I'm a beginner at MVC.The workspace is local.$.ajax({ type: POST, url: /aaa/bbb, data: {selectService:sendId}, success:function(msg){ alert(msg);... [HttpPost]public string bbb(string selectServi...

1 years ago

1 answers
124 views
0
I want the application layer to handle unmapped requests in SpringMVC

Can SpringMVC pick up all unmapped requests?For example, @RequestMapping(value=/{otherwise:.+}, method=RequestMethod.GET)public String otherwise() threads Exception { US>throw new TargetNotFoundExcept...

1 years ago

1 answers
108 views
0
There's a class group that's having trouble classifying packages.

Based on MVC, we are currently classifying as described below. I'm worried about what to do with the class in the last Other Fragment related.I have designed mainly 1 screen 1 Fragment 1 custom ViewGr...

1 years ago

2 answers
119 views
0
View becomes Not found in SpringMVC

Using the Spring framework, I create a web application (however, hello world).I can browse index.jsp without the controller, but When I implemented the controller, I received an error indicating that ...

1 years ago

3 answers
71 views
0
Please tell me about the role of services in MVC models?

What is the role of the service?I learned MVC from CakePHP, but I don't know what role CakePHP has because it doesn't have any services.The controller extracts the necessary actions for user requests ...

1 years ago

3 answers
121 views
0
Please tell me about the role of services in MVC models?

What is the role of the service?I learned MVC from CakePHP, but I don't know what role CakePHP has because it doesn't have any services.The controller extracts the necessary actions for user requests ...

1 years ago

1 answers
114 views
0
Asynchronous Upload of MultipartFile in Spring

I saw a lot of similar articles, but I couldn't solve them after trying them all, so please let me know.Spring 4Java 8WTPServerAsynchronous upload of input type=file in an environment using Some comme...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.