Hello there folks :)
I have typical scenario with CRUD web app.
The JSP do have several fields filled manually by user.
Once its finished , that action in controller (after post), can be...
Type: Posts; User: Eads; Keyword(s):
Hello there folks :)
I have typical scenario with CRUD web app.
The JSP do have several fields filled manually by user.
Once its finished , that action in controller (after post), can be...
Hello folks :)
I was requested to do some changes in a code that's working perfectly (but customers are there for keep asking for improvements).
I have no clue how to do it so any ideas might...
Hello folks,
I have fixed it doing a conversion between formats. I Also added service layer in order to handle DAOs better than placing them on controller.
Anyways, here what I did (DAO...
Hello folks :)
I am having a hard time dealing with the format Date type variable inside a web portal.
The things is pretty easy and simple, but somehow it's making things very hard for me :(...
The portal loads itself through a JSP container where it loads every part of whole website first page. Its like when using tiles in struts.
Since its a migration from old portal to new one, I've...
Thank you for the answer maheshguruswamy. I do have to create the whole business logic in server side. However, using AJAX for get javascript working its a way I have let it know to customer in order...
Greetings everyone :)
I have a demanding customer (well who isn't ), asking for having a dynamic menu in their main page at their company portal.
Our team of course, presented the option of...