Biblioteca Java

Subversion Repositories:
Rev:
   
Rev Age Author Path Log message Diff Changes
31 3382d 09h mihai /Frameworks and Technologies/TestActiveMQ2/ Add ActiveMQ sample application. Diff
A/Frameworks and Technologies/TestActiveMQ2
/Frameworks and Technologies/TestActiveMQ2/.idea
/Frameworks and Technologies/TestActiveMQ2/.idea/.name
/Frameworks and Technologies/TestActiveMQ2/.idea/compiler.xml
/Frameworks and Technologies/TestActiveMQ2/.idea/copyright
/Frameworks and Technologies/TestActiveMQ2/.idea/copyright/profiles_settings.xml
/Frameworks and Technologies/TestActiveMQ2/.idea/encodings.xml
/Frameworks and Technologies/TestActiveMQ2/.idea/libraries
/Frameworks and Technologies/TestActiveMQ2/.idea/libraries/Maven__junit_junit_3_8_1.xml
/Frameworks and Technologies/TestActiveMQ2/.idea/libraries/Maven__org_apache_activemq_activemq_all_5_11_1.xml
/Frameworks and Technologies/TestActiveMQ2/.idea/misc.xml
/Frameworks and Technologies/TestActiveMQ2/.idea/modules.xml
/Frameworks and Technologies/TestActiveMQ2/.idea/uiDesigner.xml
/Frameworks and Technologies/TestActiveMQ2/.idea/vcs.xml
/Frameworks and Technologies/TestActiveMQ2/.idea/workspace.xml
/Frameworks and Technologies/TestActiveMQ2/TestActiveMQ2.iml
/Frameworks and Technologies/TestActiveMQ2/pom.xml
/Frameworks and Technologies/TestActiveMQ2/src
/Frameworks and Technologies/TestActiveMQ2/src/main
/Frameworks and Technologies/TestActiveMQ2/src/main/java
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/client
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/client/Client.java
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/com
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/com/linkscreens
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/com/linkscreens/activemq
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/protocol
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/protocol/DummyMessageProtocol.java
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/protocol/EchoMessageProtocol.java
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/protocol/MessageProtocol.java
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/protocol/MessageProtocolFactory.java
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/protocol/ProtocolType.java
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/server
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/server/Server.java
/Frameworks and Technologies/TestActiveMQ2/src/main/java/com/linkscreens/activemq/server/ServerMessageHandler.java
/Frameworks and Technologies/TestActiveMQ2/src/main/java/test
/Frameworks and Technologies/TestActiveMQ2/src/main/java/test/activemq
/Frameworks and Technologies/TestActiveMQ2/src/main/java/test/activemq/App.java
/Frameworks and Technologies/TestActiveMQ2/src/main/java/test/clientserver
/Frameworks and Technologies/TestActiveMQ2/src/main/java/test/clientserver/Client.java
/Frameworks and Technologies/TestActiveMQ2/src/main/java/test/clientserver/MessageProtocol.java
/Frameworks and Technologies/TestActiveMQ2/src/main/java/test/clientserver/Server.java
/Frameworks and Technologies/TestActiveMQ2/src/test
/Frameworks and Technologies/TestActiveMQ2/src/test/java
/Frameworks and Technologies/TestActiveMQ2/src/test/java/test
/Frameworks and Technologies/TestActiveMQ2/src/test/java/test/activemq
/Frameworks and Technologies/TestActiveMQ2/src/test/java/test/activemq/AppTest.java
30 3468d 10h mihai /Frameworks and Technologies/RestJersey/ Upload jersey sample app with mongodb backend. Diff
A/Frameworks and Technologies/RestJersey
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/pom.xml
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/readme.txt
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/main
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/main/java
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/main/java/com
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/main/java/com/linkscreens
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/main/java/com/linkscreens/userprofile
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/main/java/com/linkscreens/userprofile/UserProfileServer.java
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/main/java/com/linkscreens/userprofile/entity
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/main/java/com/linkscreens/userprofile/entity/Tag.java
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/main/java/com/linkscreens/userprofile/entity/UserProfile.java
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/main/java/com/linkscreens/userprofile/webservice
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/main/java/com/linkscreens/userprofile/webservice/UserProfileResource.java
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/main/resources
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/test
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/test/java
/Frameworks and Technologies/RestJersey/com.linkscreens.userprofile/src/test/resources
23 3608d 02h mihai /Frameworks and Technologies/RTMPChecker/src/main/java/execprocess/execprocess/ Code cleanup. Diff
M/Frameworks and Technologies/RTMPChecker/src/main/java/execprocess/execprocess/StreamChecker.java
22 3609d 21h mihai /Frameworks and Technologies/RTMPChecker/ RTMPChecker project which demonstrate how to use Apache Commons Exec and rtmpdump utility program in order to check if a live stream represented by a rtmp url is still available. Diff
A/Frameworks and Technologies/RTMPChecker
/Frameworks and Technologies/RTMPChecker/README.txt
/Frameworks and Technologies/RTMPChecker/pom.xml
/Frameworks and Technologies/RTMPChecker/src
/Frameworks and Technologies/RTMPChecker/src/main
/Frameworks and Technologies/RTMPChecker/src/main/java
/Frameworks and Technologies/RTMPChecker/src/main/java/execprocess
/Frameworks and Technologies/RTMPChecker/src/main/java/execprocess/execprocess
/Frameworks and Technologies/RTMPChecker/src/main/java/execprocess/execprocess/StreamChecker.java
/Frameworks and Technologies/RTMPChecker/src/test
/Frameworks and Technologies/RTMPChecker/src/test/java
/Frameworks and Technologies/RTMPChecker/src/test/java/execprocess
/Frameworks and Technologies/RTMPChecker/src/test/java/execprocess/execprocess
/Frameworks and Technologies/RTMPChecker/src/test/java/execprocess/execprocess/AppTest.java
18 3621d 23h mihai /Frameworks and Technologies/ Added a Neo4J sample for creating a very simple social network inspired by Ne4J official documentations. Diff
A/Frameworks and Technologies
/Frameworks and Technologies/Neo4J Samples
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/pom.xml
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/readme.txt
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/model
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/model/Album.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/model/Comment.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/model/MediaItem.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/model/Person.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/model/StatusUpdate.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/network
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/network/FriendsStatusUpdateIterator.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/network/SocialNetworkService.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/network/SocialNetworkServiceImpl.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/network/SocialNetworkTestUtils.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/network/Test.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/repository
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/repository/AlbumNode.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/repository/AlbumRepository.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/repository/CommentNode.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/repository/MediaItemNode.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/repository/MediaItemRepository.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/repository/PersonNode.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/repository/PersonRepository.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/repository/RelTypes.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/repository/SocNet.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/repository/StatusUpdateNode.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/util
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/main/java/com/linkscreens/graphsin/util/Neo4jDatabaseCleaner.java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/test
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/test/java
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/test/java/Neo4JTutorial
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/test/java/Neo4JTutorial/Neo4JTutorial
/Frameworks and Technologies/Neo4J Samples/Neo4JTutorial/src/test/java/Neo4JTutorial/Neo4JTutorial/AppTest.java