We are working on a protoype web application, targeted at the IPAD. We have made great use of HTML5 and the app is working well.
I am designing a windows form application. I want also to provide a web based front for the same application. I understand that I need to redesign the UI part wholly and I am ready for that.
I\'m running an embedded Solr instance inside a webapp. What is the best way to provide direct (or proxied via the开发者_高级运维 webapp) HTTP access to the Solr instance?Direct access through http fo
I\'m kind of new in Spring and hibernate so I\'m trying to implement some simple web application based on Spring 3 + hibernate 4
I am looking at a UI framework similar to Sitemesh http://www.sitemesh.org/ Just to add, I am planning to have a Java based web app, which would be based on fluid design and would have \"slightly\"
I am using graph API \'me/home\' to get the posts in news feed. Since last week posts disappear and then reappear in response received. The first call gives the response with post x. In the second req
We have multiple web apps on our container (Tomcat) that don\'t interact with each other but they share the same data model.Some basic data access operations are used in multiple web apps, and of cour
I have a site that allows us开发者_开发技巧ers to upload a document such as pdf, word, excel etc.
It\'s pretty common to see some flavor of the Task Pattern implemented on enterprise Swing applicati开发者_运维百科ons. It just makes sense: you\'ll have a lot of complex user commands that may take (
How do I show a list of \'most popular (articles|posts|whatever) for a period such as the past day? (Essentially replicate the functionality of the Radioactivity Drupal mod开发者_开发知识库ule.)Here\'