Showing
10 changed files
with
0 additions
and
177 deletions
1 | -/* | ||
2 | - * Licensed to the Apache Software Foundation (ASF) under one or more | ||
3 | - * contributor license agreements. See the NOTICE file distributed with | ||
4 | - * this work for additional information regarding copyright ownership. | ||
5 | - * The ASF licenses this file to You under the Apache License, Version 2.0 | ||
6 | - * (the "License"); you may not use this file except in compliance with | ||
7 | - * the License. You may obtain a copy of the License at | ||
8 | - * | ||
9 | - * http://www.apache.org/licenses/LICENSE-2.0 | ||
10 | - * | ||
11 | - * Unless required by applicable law or agreed to in writing, software | ||
12 | - * distributed under the License is distributed on an "AS IS" BASIS, | ||
13 | - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
14 | - * See the License for the specific language governing permissions and | ||
15 | - * limitations under the License. | ||
16 | - */ | ||
17 | package org.legrog.application; | 1 | package org.legrog.application; |
18 | 2 | ||
19 | import org.legrog.entities.Book; | 3 | import org.legrog.entities.Book; | ... | ... |
1 | -/* | ||
2 | - * Licensed to the Apache Software Foundation (ASF) under one or more | ||
3 | - * contributor license agreements. See the NOTICE file distributed with | ||
4 | - * this work for additional information regarding copyright ownership. | ||
5 | - * The ASF licenses this file to You under the Apache License, Version 2.0 | ||
6 | - * (the "License"); you may not use this file except in compliance with | ||
7 | - * the License. You may obtain a copy of the License at | ||
8 | - * | ||
9 | - * http://www.apache.org/licenses/LICENSE-2.0 | ||
10 | - * | ||
11 | - * Unless required by applicable law or agreed to in writing, software | ||
12 | - * distributed under the License is distributed on an "AS IS" BASIS, | ||
13 | - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
14 | - * See the License for the specific language governing permissions and | ||
15 | - * limitations under the License. | ||
16 | - */ | ||
17 | package org.legrog.entities; | 1 | package org.legrog.entities; |
18 | 2 | ||
19 | import javax.persistence.*; | 3 | import javax.persistence.*; | ... | ... |
1 | -/* | ||
2 | - * Licensed to the Apache Software Foundation (ASF) under one or more | ||
3 | - * contributor license agreements. See the NOTICE file distributed with | ||
4 | - * this work for additional information regarding copyright ownership. | ||
5 | - * The ASF licenses this file to You under the Apache License, Version 2.0 | ||
6 | - * (the "License"); you may not use this file except in compliance with | ||
7 | - * the License. You may obtain a copy of the License at | ||
8 | - * | ||
9 | - * http://www.apache.org/licenses/LICENSE-2.0 | ||
10 | - * | ||
11 | - * Unless required by applicable law or agreed to in writing, software | ||
12 | - * distributed under the License is distributed on an "AS IS" BASIS, | ||
13 | - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
14 | - * See the License for the specific language governing permissions and | ||
15 | - * limitations under the License. | ||
16 | - */ | ||
17 | package org.legrog.presentation; | 1 | package org.legrog.presentation; |
18 | 2 | ||
19 | import org.legrog.application.BookService; | 3 | import org.legrog.application.BookService; | ... | ... |
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | -<!-- | ||
3 | - | ||
4 | - Licensed to the Apache Software Foundation (ASF) under one or more | ||
5 | - contributor license agreements. See the NOTICE file distributed with | ||
6 | - this work for additional information regarding copyright ownership. | ||
7 | - The ASF licenses this file to You under the Apache License, Version 2.0 | ||
8 | - (the "License"); you may not use this file except in compliance with | ||
9 | - the License. You may obtain a copy of the License at | ||
10 | - | ||
11 | - http://www.apache.org/licenses/LICENSE-2.0 | ||
12 | - | ||
13 | - Unless required by applicable law or agreed to in writing, software | ||
14 | - distributed under the License is distributed on an "AS IS" BASIS, | ||
15 | - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
16 | - See the License for the specific language governing permissions and | ||
17 | - limitations under the License. | ||
18 | ---> | ||
19 | <persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" | 2 | <persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" |
20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
21 | xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> | 4 | xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> | ... | ... |
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | -<!-- | ||
3 | - Licensed to the Apache Software Foundation (ASF) under one | ||
4 | - or more contributor license agreements. See the NOTICE file | ||
5 | - distributed with this work for additional information | ||
6 | - regarding copyright ownership. The ASF licenses this file | ||
7 | - to you under the Apache License, Version 2.0 (the | ||
8 | - "License"); you may not use this file except in compliance | ||
9 | - with the License. You may obtain a copy of the License at | ||
10 | - | ||
11 | - http://www.apache.org/licenses/LICENSE-2.0 | ||
12 | - | ||
13 | - Unless required by applicable law or agreed to in writing, | ||
14 | - software distributed under the License is distributed on an | ||
15 | - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
16 | - KIND, either express or implied. See the License for the | ||
17 | - specific language governing permissions and limitations | ||
18 | - under the License. | ||
19 | ---> | ||
20 | <beans xmlns="http://java.sun.com/xml/ns/javaee" | 2 | <beans xmlns="http://java.sun.com/xml/ns/javaee" |
21 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
22 | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" /> | 4 | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" /> | ... | ... |
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
2 | -<!-- | ||
3 | - * Licensed to the Apache Software Foundation (ASF) under one | ||
4 | - * or more contributor license agreements. See the NOTICE file | ||
5 | - * distributed with this work for additional information | ||
6 | - * regarding copyright ownership. The ASF licenses this file | ||
7 | - * to you under the Apache License, Version 2.0 (the | ||
8 | - * "License"); you may not use this file except in compliance | ||
9 | - * with the License. You may obtain a copy of the License at | ||
10 | - * | ||
11 | - * http://www.apache.org/licenses/LICENSE-2.0 | ||
12 | - * | ||
13 | - * Unless required by applicable law or agreed to in writing, | ||
14 | - * software distributed under the License is distributed on an | ||
15 | - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
16 | - * KIND, either express or implied. See the License for the | ||
17 | - * specific language governing permissions and limitations | ||
18 | - * under the License. | ||
19 | ---> | ||
20 | - | ||
21 | <faces-config xmlns="http://java.sun.com/xml/ns/javaee" | 2 | <faces-config xmlns="http://java.sun.com/xml/ns/javaee" |
22 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
23 | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee | 4 | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee | ... | ... |
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | -<!-- | ||
3 | -* Licensed to the Apache Software Foundation (ASF) under one | ||
4 | -* or more contributor license agreements. See the NOTICE file | ||
5 | -* distributed with this work for additional information | ||
6 | -* regarding copyright ownership. The ASF licenses this file | ||
7 | -* to you under the Apache License, Version 2.0 (the | ||
8 | -* "License"); you may not use this file except in compliance | ||
9 | -* with the License. You may obtain a copy of the License at | ||
10 | -* | ||
11 | -* http://www.apache.org/licenses/LICENSE-2.0 | ||
12 | -* | ||
13 | -* Unless required by applicable law or agreed to in writing, | ||
14 | -* software distributed under the License is distributed on an | ||
15 | -* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
16 | -* KIND, either express or implied. See the License for the | ||
17 | -* specific language governing permissions and limitations | ||
18 | -* under the License. | ||
19 | ---> | ||
20 | - | ||
21 | - | ||
22 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
23 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
24 | <html xmlns="http://www.w3.org/1999/xhtml" | 4 | <html xmlns="http://www.w3.org/1999/xhtml" | ... | ... |
1 | -<!-- | ||
2 | -* Licensed to the Apache Software Foundation (ASF) under one | ||
3 | -* or more contributor license agreements. See the NOTICE file | ||
4 | -* distributed with this work for additional information | ||
5 | -* regarding copyright ownership. The ASF licenses this file | ||
6 | -* to you under the Apache License, Version 2.0 (the | ||
7 | -* "License"); you may not use this file except in compliance | ||
8 | -* with the License. You may obtain a copy of the License at | ||
9 | -* | ||
10 | -* http://www.apache.org/licenses/LICENSE-2.0 | ||
11 | -* | ||
12 | -* Unless required by applicable law or agreed to in writing, | ||
13 | -* software distributed under the License is distributed on an | ||
14 | -* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
15 | -* KIND, either express or implied. See the License for the | ||
16 | -* specific language governing permissions and limitations | ||
17 | -* under the License. | ||
18 | ---> | ||
19 | <%@ page session="false" %> | 1 | <%@ page session="false" %> |
20 | <% | 2 | <% |
21 | response.sendRedirect("book.jsf"); | 3 | response.sendRedirect("book.jsf"); | ... | ... |
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | -<!-- | ||
3 | -* Licensed to the Apache Software Foundation (ASF) under one | ||
4 | -* or more contributor license agreements. See the NOTICE file | ||
5 | -* distributed with this work for additional information | ||
6 | -* regarding copyright ownership. The ASF licenses this file | ||
7 | -* to you under the Apache License, Version 2.0 (the | ||
8 | -* "License"); you may not use this file except in compliance | ||
9 | -* with the License. You may obtain a copy of the License at | ||
10 | -* | ||
11 | -* http://www.apache.org/licenses/LICENSE-2.0 | ||
12 | -* | ||
13 | -* Unless required by applicable law or agreed to in writing, | ||
14 | -* software distributed under the License is distributed on an | ||
15 | -* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
16 | -* KIND, either express or implied. See the License for the | ||
17 | -* specific language governing permissions and limitations | ||
18 | -* under the License. | ||
19 | ---> | ||
20 | - | ||
21 | - | ||
22 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
23 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
24 | 4 | ... | ... |
1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | -<!-- | ||
3 | - | ||
4 | - Licensed to the Apache Software Foundation (ASF) under one or more | ||
5 | - contributor license agreements. See the NOTICE file distributed with | ||
6 | - this work for additional information regarding copyright ownership. | ||
7 | - The ASF licenses this file to You under the Apache License, Version 2.0 | ||
8 | - (the "License"); you may not use this file except in compliance with | ||
9 | - the License. You may obtain a copy of the License at | ||
10 | - | ||
11 | - http://www.apache.org/licenses/LICENSE-2.0 | ||
12 | - | ||
13 | - Unless required by applicable law or agreed to in writing, software | ||
14 | - distributed under the License is distributed on an "AS IS" BASIS, | ||
15 | - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
16 | - See the License for the specific language governing permissions and | ||
17 | - limitations under the License. | ||
18 | ---> | ||
19 | <arquillian | 2 | <arquillian |
20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
21 | xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd"> | 4 | xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd"> | ... | ... |
-
Please register or login to post a comment