If you can recommend a book or a resource to learn java, that would be so helpful. BTW I'M A BIG FAN. READ MOST OF YOUR BLOGS.
@CodeJava2 жыл бұрын
Glad to hear that. Kindly check my article here: www.codejava.net/books/4-best-free-java-e-books-for-beginners
@danielalucci1754 Жыл бұрын
Thanks a lot the tutorial is very clear...
@CodeJava Жыл бұрын
You are welcome!
@njadnissi7455 Жыл бұрын
you can use part.getSubmittedFileName(); to get5 the name of the file.
@CodeJava Жыл бұрын
thanks.
@thonghoangpham60852 жыл бұрын
cho em hỏi, giả sử lúc đó anh lưu file ảnh vào folder chỉ định như anh demo trong video, giờ em muốn đọc nó lên trên jsp đọc sao v anh, tại vì ảnh nó không nằm trong cùng project mình gọi đường dẫn thế nào ạ
@CodeJava2 жыл бұрын
tốt nhất là em lưu file vào thư mục nằm trong thư mục của application, thì sẽ dùng được đường dẫn tương đối để hiển thị ảnh trong JSP.
@thonghoangpham60852 жыл бұрын
@@CodeJava nếu lưu file thư mục application nó sẽ không load liền anh ạ, em tạo thư mục a, xong em thêm ảnh vào a lúc đó em hiển thị lên jsp nó sẽ không load ảnh phải đợi restart lại thì nó mới load ảnh chứ không load ảnh ngay tại lúc đó.
@thonghoangpham60852 жыл бұрын
@@CodeJava Em cũng thử cách lưu vào trong tomcat thì lúc khởi redeploy hoặc restart tomcat sẽ làm mới lại lúc này thì lại mất ảnh nên em không biết cách nào lưu ảnh vào folder xong hiển thị luôn lên jsp á anh
@kienvuvan3714 Жыл бұрын
great, but how to display file (specifically in case is image file) on views ???
@CodeJava Жыл бұрын
save the uploaded files in the application's folder and use tag with src attribute points to the relative path of the image file.
@vijayendranvijay4538 Жыл бұрын
@@CodeJavavery good video..I only have a java file that compares 2 files and gives the output if there are any differences... How can we get that output linked to this JSP servelet? Sorry I am very new to this.. Could u pls give an idea.. Say if I click a compare button on the Web app, it should show the differences like how it shows in eclipse console. How is the. Java class file code integrated here?
@ghostkick2672 жыл бұрын
Problem for me start actually in 1:20 where I dont have "Dynamic Web Project". I have only "Project...", "Git Repository" and "Other..:" When I go to "Project" or "Other" there is no Dynamic Web Project either. :/
@CodeJava2 жыл бұрын
you should use Eclipse IDE for Enterprise Java EE Developers, which has such feature.
@ghostkick2672 жыл бұрын
@@CodeJava thanks a lot for the help and responding so quickly! :)
@hcpro15 Жыл бұрын
Anh giúp em fix lỗi này với ạ. E mò mãi mà không ra anh ạ. Phương thức getPart() của em nó không hiện => The method getPart(String) is undefined for the type HttpServletRequest
@CodeJava Жыл бұрын
em kiểm tra version của Servlet API, nó phải từ 3.0 trở lên mới có hàm getPart() nhé.
@hcpro15 Жыл бұрын
@@CodeJava Dạ em dùng Maven và Servlet API version của em là 4.0.1, nhưng nó vẫn không được ạ
@ChauVinhTienK18HCM7 ай бұрын
Cám cơn anh nhiều ạ
@CodeJava7 ай бұрын
you're welcome :)
@ramosespann64963 жыл бұрын
Hi do you can make videos of testing with spring boot and , JUnit5 and Mockito please
@CodeJava3 жыл бұрын
I do have some such videos. Check this one: kzbin.info/www/bejne/nXrFkKBma72Yh6c
@rwy420x Жыл бұрын
Thank you so much sir.
@CodeJava Жыл бұрын
Most welcome
@n7-caovanson3813 жыл бұрын
a làm 1 video về spring boot api đi a
@CodeJava3 жыл бұрын
what about this? kzbin.info/www/bejne/aV6YlmiZjcuqqLc
@anhlaptrinhvien5927 Жыл бұрын
Anh là người Việt Nam đúng không ạ
@CodeJava Жыл бұрын
đúng rồi em.
@quanvu31473 жыл бұрын
Cảm ơn anh
@sandip_avere2 жыл бұрын
Thanks....source code please
@CodeJava2 жыл бұрын
you can find code in this article: www.codejava.net/java-ee/servlet/java-file-upload-example-with-servlet-30-api