@@ -348,7 +348,7 @@ You will find bellow the list of Spring artifacts. For a more complete descripti
348
348
modules, see <<overview-modules>>.
349
349
350
350
351
- .Spring Framework artifacts
351
+ .Spring Framework Artifacts
352
352
|===
353
353
|GroupId |ArtifactId |Description
354
354
@@ -362,7 +362,7 @@ modules, see <<overview-modules>>.
362
362
363
363
|org.springframework
364
364
|spring-beans
365
- |Beans support, including the Groovy one
365
+ |Beans support, including Groovy
366
366
367
367
|org.springframework
368
368
|spring-context
@@ -390,27 +390,27 @@ modules, see <<overview-modules>>.
390
390
391
391
|org.springframework
392
392
|spring-jdbc
393
- |JDBC support package. Includes DataSource setup and JDBC access support
393
+ |JDBC support package, including DataSource setup and JDBC access support
394
394
395
395
|org.springframework
396
396
|spring-jms
397
- |JMS support package, including helper classes to send a receive JMS messages
397
+ |JMS support package, including helper classes to send and receive JMS messages
398
398
399
399
|org.springframework
400
400
|spring-messaging
401
401
|Support for messaging architectures and protocols
402
402
403
403
|org.springframework
404
404
|spring-orm
405
- |Object/Relational Mapping, including Hibernate support
405
+ |Object/Relational Mapping, including JPA and Hibernate support
406
406
407
407
|org.springframework
408
408
|spring-oxm
409
- |Object/XML Marshalling
409
+ |Object/XML Mapping
410
410
411
411
|org.springframework
412
412
|spring-test
413
- |Supports the unit testing and integration testing of Spring components
413
+ |Support for unit testing and integration testing Spring components
414
414
415
415
|org.springframework
416
416
|spring-tx
@@ -422,15 +422,15 @@ modules, see <<overview-modules>>.
422
422
423
423
|org.springframework
424
424
|spring-webmvc
425
- |Webservices and model-view-controller implementation for web applications
425
+ |REST Web Services and model-view-controller implementation for web applications
426
426
427
427
|org.springframework
428
428
|spring-webmvc-portlet
429
429
|MVC implementation to be used in a Portlet environment
430
430
431
431
|org.springframework
432
432
|spring-websocket
433
- |Websocket and SockJS implementation , including STOMP support
433
+ |WebSocket and SockJS implementations , including STOMP support
434
434
|===
435
435
436
436
0 commit comments