Posts by Ricardo Campos • 3 points
6 posts
-
-1
votes1
answer39
viewsQ: What exactly is HDFS
Good morning, I am studying about Hadoop and a question arose me, for example if you talk a lot about HDFS (Hadoop Distributed File System), which would be the file store of Hadoop, my question is…
hadoopasked Ricardo Campos 3 -
0
votes3
answers229
viewsA: Upload with Thymeleaf
I managed to solve the problem as follows: at the frontend: <form method="POST" action="/upload" enctype="multipart/form-data"> <input type="file" name="file" /><br /> <br />…
-
0
votes3
answers229
viewsA: Upload with Thymeleaf
nullptr, I’m back as I was, follow the stack org.thymeleaf.exceptions.TemplateInputException: Error resolving template "upload", template might not exist or might not be accessible by any of the…
-
0
votes3
answers229
viewsQ: Upload with Thymeleaf
Good afternoon, you guys, I am with a difficulty, I am developing a simple system, it reads a csv file and imports to a database, I risked using Thymeleaf, I found some tutorials but I could not…
-
0
votes2
answers162
viewsA: Failure in dependency injection
I managed to solve the problem including 2 class in my project. @Configuration @ComponentScan public class Config { } and public class Initializer implements WebApplicationInitializer { @Override…
-
0
votes2
answers162
viewsQ: Failure in dependency injection
I’m having a problem in a JSF test, basically I have the entity, the service and the view, I couldn’t find anything that would help me solve. In view, I want to call my service by Managedproperty…