architecture 1 « Java EE « Spring Q&A





1. Is there a good reference for how Grails was architected with Spring?    stackoverflow.com

I have come to Grails without first being a Spring developer. This is great when things work but leaves me lost when things don't work as I expect, or I wish ...

2. Plugin Style architecture vs Mavenised Component Style    stackoverflow.com

Which is a better approach to build Java Spring Web Application 1) Plugin Style architecture Ex : Blojsom 2) Component based architecture something like developing features as maven dependents Also can anyone ...

3. How to model and handle presentation DTO's to abstract from complicated domain model?    stackoverflow.com

Hi I am developing an application that needs to work with a complex domain model using Hibernate. This application uses Spring MVC and using the domain objects in the presentation layer ...

4. Sharp Architecture for Winform apps?    stackoverflow.com

The Sharp Architecture Contrib seems to suggest it is possible. It seemed like they had a dependency on "PostSharp" which has now been replaced with Castle interceptors. Has anyone used the Sharp ...

5. Need help in Architecture design in java    stackoverflow.com

Can anyone help in architecture design of one of my complex application. Requirement : In web based application, we need to generate Excel kind of report as HTML page and after that we need ...

6. Commercial Website architecture question    stackoverflow.com

I have to write an architecture case study but there are some things that i don't know, so i'd like some pointers on the following : The website must handle 5k simultaneous ...

7. Architecture for Spring Webflow 2 bean definitions    stackoverflow.com

I have a project that uses Spring Webflow 2, extensively. There's well over 30 flows, each with a non-trivial number of beans. I've noticed that the application has been ...

8. How does DispatcherServlet work if we have multiple XML Configuration file?    stackoverflow.com

Questions How does DispatcherServlet work if we have multiple XML Configuration file so how does Spring Application Context loads them and acts on them ? Scenario: In my case, we have an application that ...

9. Using one Java source file in two different projects, both under development    stackoverflow.com

I am developing a Spring (Java framework for server-side web-development)web application, which will respond to another client-side Java application(which uses socket communication) by a JSON object. At the same time, I'm ...





10. Some questions related to framework dependency    stackoverflow.com

I have some questions related to framework dependency. Generally best coding practice says that don't clutter your namespace with framework specific code. For e.g. in case of spring all the dependency ...

11. Good example of use of JSF and Spring Architecture    stackoverflow.com

I am trying to find a good example of use of JSF and Spring with installation instruction,But haven't been able to find something more than basic. Can anyone direct me to nice ...

12. Spring 2.0.0/2.0.6 to 3.0.5 migration stories    stackoverflow.com

We are in the process of migrating to 3.0.5 of spring from 2.0.x. We mainly use spring in below scenarios

  1. custom scope: thread local scope
  2. persistence: jdbc+hibernate 3.6 (but moving to mix of ...

13. Software architecture: How to Abstract the Portlet API    stackoverflow.com

We are using Spring MVC and we would like to build an Application that could run as a Portlet AND as a regulard WebApp the same code base. We are willing ...

14. Is there any online ecommerce project architecture available in java    stackoverflow.com

i am new to java design patterns and i am building the ecommerce sit with spring mvc. but i am confused how to write various classes according to patterns. i don't know ...

15. Java/JSF/Spring/WebFlow DDD architecture design question    stackoverflow.com

I'm currently porting a massive, ancient, Oracle Forms app over to JSF & I need to make decisions on the domain model. I'm locked in to using the Spring JDBC templates(no ...

16. Spring mvc 3 general Controller architecture question    stackoverflow.com

Sorry for the newbie question, The scenario is simple, I go Jsp page where one can fill Driver information, I have setup method for the driver object

@RequestMapping(method = RequestMethod.GET)
public ModelAndView setUpForm(){
ModelAndView modelAndView = ...





17. ISessionFactoryKeyProvider missing from CommonServiceLocator when upgrading NHibernate from 2.1 to 3.0    stackoverflow.com

I have a ASP.NET MVC application that uses Spring.NET 1.2 for dependecy injection and NHibernate 2.1 for ORM. It has been running on MVC 3, using S#arp Architecture in a slightly ...

18. Is this a three-tier architecture?    stackoverflow.com

The application we are evaluating is a web application built using spring and spring mvc with oracle database.

Every click on the browser ends in a database call. ...

19. Spring.net vs Application Architecture    stackoverflow.com

What are the practical advantaged/disadvantages in using SPRING.net (we are specifically considering to use the aspect of it that makes de-coupling easier) vs simply re-organizing your code in a way that ...

20. Suggestions on improving a photo upload and processing architecture    stackoverflow.com

I have a long processing chain, which begins with uploading an image (both from a web-based client, and from emails), extracting the image's location, resizing the image, doing some more graphic ...

21. Architecture advice on integrating.net & java application    stackoverflow.com

In one of our recent projects, we have decided to use a message based solution to integrate an existing .Net app to a new JAVA based application. There is a requirement ...

22. Running inbound channel adapters on HA-cluster architecture    forum.springsource.org

Running inbound channel adapters on HA-cluster architecture Hi Spring Integration users, experts, I'm facing the following issue. My web-app runs on the HA-singleton configuration which is one active server and one ...

23. diagram or architecture spring container    forum.springsource.org

24. JSF: preferred architecture for front end    forum.springsource.org

JSF: preferred architecture for front end Hi, My project is using JSF. We have a discussion about the front end architecture and could not reach consensus. One Icefaces consultant is pushing ...

25. Advice on architecture    forum.springsource.org

Advice on architecture Hi there! I've used spring security a long time ago (back on Acegi days), so I'm still catching up with the API. I need to implement a security ...

26. What is the best architecture for this case?    forum.springsource.org

What is the best architecture for this case? I have a controller C. In that controller i injected a Service class S. like: class C extends SimpleFormController{ private S service; onSubmit{ ...

27. Complex architecture for simple application    forum.springsource.org

Complex architecture for simple application Hi all, As a consultant, I am responsible for designing the architecture of an application for an external company. The requirements for this application are rather ...

28. Thoughts on integrating workflow engines into architecture    forum.springsource.org

Thoughts on integrating workflow engines into architecture In a typical small web app, one usually applies the MVC pattern and thus the controller takes care of the workflow. In essence, the ...

29. Architecture Question    forum.springsource.org

Architecture Question I am migrating an older dao-based application to the Spring Framework. I have a pojo mode object called "ContentItem" and one of the properties is called "status". When the ...

30. Approving Spring for a new architecture - General Questions    forum.springsource.org

Approving Spring for a new architecture - General Questions So I have a new architecture that is being created at my work to take an application inhouse and fully rewrite it. ...

31. Architecture Design    forum.springsource.org

Hi, Usually in MVC we will have only one controller which will redirect the requests to the corresponding view. what about the Spring. Should we use only one controller or one ...

32. Errror reporting policies and architecture?    forum.springsource.org

Errror reporting policies and architecture? Hi folks, just a general query to find out how people are dealing with error reporting in terms of the spring rich code base... ie, do ...

33. Architecture question    forum.springsource.org

Architecture question Hello All, We currently have a Java based non-hibernate server and Mac OS X native client. We are planning to replace the non-hibernate server to spring/hibernate one. Currently, our ...

34. Architecture without DTO    forum.springsource.org

Architecture without DTO Hi, I followed a workshop on persistence strategies yesterday at the BeJUG where Rod Johnson made 2 presentations. During his presentation, he said that DTO's were evil. he ...

35. Which remoting protocol to use in 3-tier architecture    forum.springsource.org

Which remoting protocol to use in 3-tier architecture hi All, I'm a spring newbie and investigating some of the Spring remoting interfaces.. which remoting protocol would you recommend when going from ...

36. Is there a Spring Rich Client Architecture Discussion forum?    forum.springsource.org

I don't see an 'Architecture Discussion' forum specifically for the Spring Rich Client project. There seems to be a few of us that are interested in looking at the internal architecture ...

37. 3-tier architecture question    forum.springsource.org

In a classical 3-tier arch, how are file uploads from the presentation handled? I understand that the business tier handles all data access via jdo, dao, etc.. should the business tier ...

38. Reusable component architecture best practices?    forum.springsource.org

Reusable component architecture best practices? I would like to have some advice on the following problem - I would like to build reusable components, that I could plugin into new projects. ...

39. need help with design/architecture decision    forum.springsource.org

need help with design/architecture decision I have a chance to propose a new solution to replace a foxpro/vb application. I'd like to use spring mvc but the application is pretty big. ...

40. Spring nested architecture    forum.springsource.org

Spring nested architecture Hi all, I am designing an ERP-Like system based on SpringFramework 2.0, and I have not seen equivalent spring architecture samples out there... Here is the server components ...

41. Spring nested architecture    forum.springsource.org

42. Spring WebFlow architecture question    forum.springsource.org

Spring WebFlow architecture question Hello, I would like to ask the readers of this list for an opinion. What do You think of the architecture of web-framework called Seaside http://www.seaside.st/ http://www.iam.unibe.ch/~scg/Archive...04eSeaside.pdf ...

43. My architecture! Comment it please!    forum.springsource.org

My architecture! Comment it please! |________|_Struts__|Facade_|Service____|__________ __ |Client___|_Action__|_______|Manager___|DAO_______ __ |Browser_|_Forms___|_______|(Session__|(Hibernate) ____ |________|________|_______|Bean)_____|____________ _ --<-----<-----POJOs------>------->----------- ------------------------------------------------------- SPRINGFRAMEWORK -------------------------------------------------------- * client sends requests, fill forms. * Struts handle receive request. Call the facade. ...

44. JMX Architecture Suggestion    forum.springsource.org

JMX Architecture Suggestion I have very specific requirement. I have a spring Object that i need to manage through JMX. It has collection of objects that i need to make sure ...

45. Simplifying architecture & project organization, RoR philosohpy applied to Spring    forum.springsource.org

Jan 29th, 2006, 05:53 AM #1 kay View Profile View Forum Posts Private Message Member Join Date Aug 2004 Posts 78 Simplifying architecture & project organization, RoR philosohpy applied to Spring ...

46. Architecture question    forum.springsource.org

Architecture question Hi, I'm trying to find out what would be a good architecture in my webapplication. For example: I. A class Product (keeping a userobject taken from a db with ...

47. Domain model architecture and its use in JSPs    forum.springsource.org

Domain model architecture and its use in JSPs Hello, I've run into an architectural discussion with my colleagues about the use of domain model objects on the Web side, and thought ...

48. Design problem: instance-based ACL for the following architecture    forum.springsource.org

Design problem: instance-based ACL for the following architecture The application I'm working on must implement some kind of instance-based security. There are several 'approaches' for doing this, but I would like ...

49. Architecture for scalable performance    forum.springsource.org

Architecture for scalable performance We are setting up an architecture for a pricing engine. This engine is fed with an input file. The end result of the engine is an output ...

50. the IoC container architecture    forum.springsource.org

I am very interested in the architecture of the IoC container ,but resource about this is very little,can sb. show me how to understand this architecture ,or some resoure to study ...

51. architecture    forum.springsource.org

hi.. I found the image "Overview of the the Spring Framework" on http://www.springframework.org/docs/...roduction.html. when I load the framework and look into the ./dist directory there are much more libraries. spring.jar, spring-core.jar, ...

52. On Using A Layered Architecture    forum.springsource.org

On Using A Layered Architecture In an insurance application I'm working on, I architected it so that the view layer is separated from a DataAccess layer by a business/service layer. The ...

53. 5 Layered Architecture    forum.springsource.org

5 Layered Architecture Hi architects, i am confussing about the different namings and organizations in the literature about the layered architecture. I also used the layered approach in some of my ...

54. Architecture for a POS    forum.springsource.org

Architecture for a POS Hi All, I am working in a POS system. the functional requirement which may affect the architecture is as follow: 1) There is a web application for ...

55. Architecture for Trading System    forum.springsource.org

Architecture for Trading System I am architecting Trading software system. Current system is client/server and we are replacing it with web based system. I am an experienced J2EE developer and have ...

56. Instrument Control System Architecture    forum.springsource.org

Instrument Control System Architecture I'm currently writing a new instrument control system for scientific devices and would be very happy if I can get a few hints in architectural questions. After ...

57. Web Architecture    forum.springsource.org

Web Architecture I was wonder if people could offer their opinions on how to structure my webapps. The original plan was to use the portlet concept but the complicated management of ...

58. Architecture question - MVC analog to Struts    forum.springsource.org

Architecture question - MVC analog to Struts I am struggling a bit in working how I code somthing that I found pretty easy in Struts. I have a page, I want ...

59. JMS architecture related    forum.springsource.org

JMS architecture related For the financial application, which I am currently working on, we have following situation. -We are going to configure JMS queue for one of the scanarios where requests ...

60. Architecture Advice    forum.springsource.org

Architecture Advice I'm working with a system where a User can have a particular role associated with them for a number of different organizations. For instance, I could have an 'admin' ...

61. Newbie controllers and POJOs Architecture    forum.springsource.org

Newbie controllers and POJOs Architecture Hello I am new to this and have a problem in working out how I would implement the following, simple, scenario. Totally due to my lack ...

62. Architecture suggestion    forum.springsource.org

Architecture suggestion We are trying to integrate new web applaction with a legacy system developed in C/C++ application. Legacy application has java interface as "Servlet" which can accepts incoming requests. Only ...

63. Component/Module oriented architecture - best practices?    forum.springsource.org

Component/Module oriented architecture - best practices? Hi. I'm trying to wire a bunch of components together. Each component/module/service is a set of POJOs that work together to achive some goal (eg, ...

64. Application Architecture Advice    forum.springsource.org

Application Architecture Advice If anyone has experiences or opinions to share about the following I would be hugely grateful. I'd also like to start out by saying Spring Framework saved the ...

65. Architecture question    forum.springsource.org

A question about architecture, and the possibility to avoid hibernate lazy initialization exceptions in a system without a sessionInterceptor and keeping general order. Is this a good solution? (there is an ...

66. SonarJ architecture description file    forum.springsource.org

i read that spring uses sonarj to check for cycles. is there a sonarj architecture description available (for download) to use in my own projects?

67. Architecture ... resource pool    forum.springsource.org

Architecture ... resource pool I have a question about how to plan this. We need a pool of "sort-of" data access, but not data access per-se, these will be a pool ...

69. Distributed architecture using Spring remoting    forum.springsource.org

Distributed architecture using Spring remoting Hi all, I want to implement a distributed architecture, in which clients invoke any of several servers, depending on their availability. The clients are not browsers, ...

70. Tudu Lists architecture review    forum.springsource.org

Hello, I'm the main developer of Tudu Lists, which is the demo application for the Spring book I wrote. http://tudu.sourceforge.net/ It's a demo application, featuring JPA + Spring + several front ...

71. Architecture question: why do we need POST and GET in one submission?    forum.springsource.org

I noticed for each submission in Spring MVC I got one POST(processFormSubmission()) and one GET(showNewForm()) actions. GET actoin happens after POST is finished and an entity is obtained, and then a ...

72. Layered Architecture for Spring Application    forum.springsource.org

Layered Architecture for Spring Application Hi All, I have web (intranet based)application to develop,planning to use Spring MVC, Spring & Hibernate. The following questions i have in my mind. 1. Doe's ...

73. Spring Architecture Diagram    forum.springsource.org

Hi, Can some one provide me the Spirng Architecture Diagram. The best would be collating all the three layers ( View,Controler,Business Layer and DAO).

74. architecture question    forum.springsource.org

Hi, I want to develop a module web in an ERP (compiere) and i want to use the springMVC architecture. The problem is that this ERP is developped with the jsp/Servlet ...

75. Spring architecture    forum.springsource.org

Hallo, Can some one provide me the Spirng Architecture document : the different diagrams :Class,Use cases ...Diagram I need a technical document about Spring , almost the Conception, modelisation part I ...

76. how do you manage architecture? how does e.g. spring use sonarj and structure101?    forum.springsource.org

hi all, i see that spring is 'powered by' structure101 and sonarj. for me both tools supports the management of architecure. which tool is used by whom and why? in a ...

77. a spring like architecture for c++?    forum.springsource.org

Hi, I have been using spring for several years and am very happy with it. Recently I was required to switch to c++. Does any body knows if there is a ...

78. Spring JMS architecture substantiation    forum.springsource.org

Spring JMS architecture substantiation Hello world, I have some questions regrading Spring's DefaultMessageListenerContainer architecture. I use it at production system and I'm satisfied with its functional and performance capabilities yet but ...

79. AOP and IOC Based JEE Architecture Design Pattern in Practice    forum.springsource.org

Nov 29th, 2007, 08:12 PM #1 williammo View Profile View Forum Posts Private Message Junior Member Join Date Nov 2007 Posts 7 AOP and IOC Based JEE Architecture Design Pattern in ...

80. Spring Enterprise Architecture    forum.springsource.org

Spring Enterprise Architecture Dear Spring Community Being under impression of the latest great spring events I'd like bring some possible areas, which I believe are worth to share. While actually anybody ...

81. JMS Architecture question (Queues, ConnectionFactories)    forum.springsource.org

JMS Architecture question (Queues, ConnectionFactories) I have an application that sits in between two other applications as middleware, using JMS to communicate. A high tech diagram: [App 1] ===== [Spring App] ...

82. architecture question - singleton (data container with codes)    forum.springsource.org

architecture question - singleton (data container with codes) Hi I am new in Spring, but i know the basic concepts (IoC, DI, AOP, etc.) In my POJO's i initialize a lot ...

83. Does Spring MVC offer any sort of Plugin Architecture    forum.springsource.org

Does Spring MVC offer any sort of plugin architecture like Struts 2? http://cwiki.apache.org/WW/plugins.html Basically, I'm looking for the ability to drop a JAR into my WEB-INF/lib directory, restart the server and ...

84. MVC Application Architecture Diagram    forum.springsource.org

85. Data Object Architecture Assistance    forum.springsource.org

Data Object Architecture Assistance Hello all, I have to create both the database and the object design for a pet project at work using Spring. I've come up with a tentative ...

86. Getting my head around the architecture.    forum.springsource.org

Getting my head around the architecture. Been looking at Spring Batch to solve some problems at work, and while I think I understand how all the pieces work individually, I'm struggling ...

87. Overview Architecture Diagram    forum.springsource.org

I'm after a diagram of a logical representation of how Spring MVC and Spring MVC fit together, so we can show this to the management. Anyone got so good presentation stuff ...

88. Layer and Vertical Architecture in Spring    forum.springsource.org

Layer and Vertical Architecture in Spring Hello All, We have multiple applications and libraries. These are developed by multiple teams across the organization. To avoid confusion and to have complete control ...

89. architecture model    forum.springsource.org

When design an application using spring, hibernate which architecture model (EX:domain driven design, model driven design, layer design,etc) is best suited?. So that technology migration should be easy ,and easy to ...

90. WebApplication architecture (carrying context some other way than thought method p    forum.springsource.org

WebApplication architecture (carrying context some other way than thought method p Hi all! I have an application that is pretty much layered this way: org.springframework.web.servlet.DispatcherServlet -> Controller -> Service -> Dao ...

91. How do you structure your controller architecture?    forum.springsource.org

How do you structure your controller architecture? If you're working on a big project, how do you structure your controllers? Right now, I have a controller for every page, just about. ...

92. Architecture-related question (Multi-Layer App)    forum.springsource.org

Architecture-related question (Multi-Layer App) Hi All, I have a question regarding architectural related issues. I am planning an application that will have a considerable amount of business logic. There will also ...

93. Can you help me, about a complex architecture problem ?    forum.springsource.org

Can you help me about a complex architecture problem ? The project contains OA, Human Resource manage, etc. How to architecture it ? Spring DM can help me ? thank u ...

94. Architecture question - abstracting external interfaces    forum.springsource.org

Architecture question - abstracting external interfaces Does Spring provide a generic mechanism for abstracting external interfaces. I know that it provides abstractions over several different technologies, but the keyword here is ...

95. Architecture/Flow diagram for Spring?    forum.springsource.org

Architecture/Flow diagram for Spring? I've seen a couple of old posts about this before but the links I came across were dead and I'm unable to find what I'm after. Does ...

96. Resusable components using Spring DI - Architecture    forum.springsource.org

Resusable components using Spring DI - Architecture I am looking for a steer on the best practices for developing reusable components that use Spring components. I will give an example We ...

97. Spring JMS architecture    forum.springsource.org

Hi My Company uses IBM MQ heavily for asynchronous messaging. Each of the processes that reads/writes to the queue is multithreaded. All the processes are however running in a single machine ...

98. Messaging Architecture using Spring and ActiveMQ    forum.springsource.org

Messaging Architecture using Spring and ActiveMQ Hi This is my first experience with messaging using Spring and ActiveMQ. Any help in designing the solution for the below problem will be appreciated. ...

99. Spring and High Interactive Real Time Software System's Architecture    forum.springsource.org

Sep 2nd, 2009, 07:01 AM #1 Mr_Nessuno View Profile View Forum Posts Private Message Junior Member Join Date Sep 2009 Location Rome Posts 2 NullPointerException from a singletone instance Hi, i'm ...

100. Architecture question about application level object    forum.springsource.org

Architecture question about application level object I am new to Spring and am working on my first Spring project. Here is my case. I need to set up the connection between ...